-
when i run first class the result is added to the report but when i run the second class the report don't keep the result of the first class
// SimpleReportFactory {
package Rapport;
import co…
-
[selenium:testng] Total tests run: 0, Failures: 0, Skips: 0
[selenium:testng] ===============================================
[selenium:testng]
[selenium:testng] [TestNG] Reporter ExtentReporterNG@531…
-
Calling `Reporter.log` in a skipped test listener (`ITestListener.onTestSkipped(ITestResult)`) results in the message being orphaned. Most of the time this manifests as the message being lost complete…
-
```
What steps will reproduce the problem?
1. Create a jsTestDriver.conf:
server: http://localhost:9876
load:
- test/lib/jasmine/jasmine.js
- test/lib/jasmine-jstd-adapter/JasmineAdapter.js
- te…
-
Hey!
Great project! Just a few questions:
- when will you add a additonal reporter?
- any log options as in ava, tape etc?
- are each process isolated from each other so you can change global state or…
ghost updated
8 years ago
-
I am calling the screenshot method in @AfterMethod annotation of testNG.
My screenshot method is
```
@Attachment(value` = "Page screenshot", type = "image/png")
public byte[] saveScreenshot(b…
-
```
What steps will reproduce the problem?
1. Create a jsTestDriver.conf:
server: http://localhost:9876
load:
- test/lib/jasmine/jasmine.js
- test/lib/jasmine-jstd-adapter/JasmineAdapter.js
- te…
-
I have tests designed to run in parallel using testng and I am using extentreports(ExtentReporterNG) as listener. The tests are generating the extentreports html result file successfully. I have 3 vie…
-
```
What steps will reproduce the problem?
1. Create a jsTestDriver.conf:
server: http://localhost:9876
load:
- test/lib/jasmine/jasmine.js
- test/lib/jasmine-jstd-adapter/JasmineAdapter.js
- te…
-
Seeing the following during our test run (about 4100 tests). The issue does not occur consistently, but does occur regularly. Increasing the max heap size does not address issue (have gone from 1g to…