AllureReporter

The Allure reporter creates a xml containing the test results, the steps and the attachments. http://allure.qatools.ru/

Constructors

this
this(string destination)
Undocumented in source.

Members

Functions

begin
void begin(ulong testCount)
Undocumented in source. Be warned that the author may not have intended to support it.
end
void end(SuiteResult[] result)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ILifecycleListener

begin
void begin(ulong testCount)

This method is trigered when before the test start

update
void update()

This method is triggered when you can perform some updates. The frequency varries by the test executor that you choose

end
void end(SuiteResult[] )

This method is trigered when your tests are ended

Meta