co.verisoft.fw.extentreport.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-api Show documentation
Show all versions of test-api Show documentation
VeriSoft framework for testing web and mobile applications. junit 5 Module
/**
* Handles ExtentReport mechanism within the framework. Junit 5 has a mechanism for passing and failing tests,
* Logging system used is a seperate module and the report is a third module. The report handles both logging of events
* and deciding of a test pass or fail. These modules needs to sync- write to log if written to report, pass or fail
* sync between the report and Junit 5. This package implements this behavior.
*/
package co.verisoft.fw.extentreport;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy