-
[tests.LoginTest](https://github.com/kazurayam/ExtentReportsExample/blob/master/src/test/java/tests/LoginTests.java) has the following code fragment:
```
...
public class LoginTests extends BaseT…
-
Currently the reporters are hard coded in the constructor method. We should have the ability to register (and unregister) different reporters.
-
### QAF Version
Latest release - 3.2.0
We have existing maven solution with large amount of selenium tests written in java with testNG. Now we would like to import execution results into QMetry fo…
-
I had made all necessary changes for extent report in Runner class. Also, added dependencies for the same in pom.xml.
Since, I am also using parallel plugin, I also added following information in c…
-
For data driven scenario when retry.count is used, then it retries for the passed testcases also.
**Step To Reproduce**
```
SCENARIO: SampleTest
META-DATA: {"description":"Sample Test Scenario",…
-
```
I have several TestNG tests that use HTML or Javascript fragments in an
@DataProvider to test for XSS issues in our web application.
These parameters revealed an XSS issue in EmailableReporter! …
-
```
What steps will reproduce the problem?
1. In any config method use Reporter#setCurrentTestResult() method to set
particular test and then call Reporter#log() method with some message.
2. After com…
-
There is currently no SAX Parser for results in TestNG.
This is important as currently large test suites (>1k tests) will either fail or have difficulty generating test results thanks to all test par…
-
```
Log4J calls in ScreenshotOnFailureListener.java seem to be interfering with
the UAT logger, ie. writing to the log while the application is
initializing/shutting down. Since this is a TestNG plu…
-
```
Log4J calls in ScreenshotOnFailureListener.java seem to be interfering with
the UAT logger, ie. writing to the log while the application is
initializing/shutting down. Since this is a TestNG plu…