-
```
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…
-
```
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…
-
```
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…
-
It would be great if this API reports Requirements-level BDD for tools such as JBehave, Cucumber…
Reporting not only on how the tests did but also what requirements have been tested and what requireme…
mrj04 updated
8 years ago
-
I am testing ExtentReports to see if it can replace ReportNG in my WebDriver project which has ~1600 tests at this point. For the test, I have a testng.xml suite file containing 2 tests (in 2 separate…
-
```
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…
-
Case 1: Just add the following to pom file
net.lightbody.bmp
browsermob-proxy
2.0.0
Result: SSL test gets a blank page
Case 2: clone master and r…
-
Hi Anshoo,
After executing a suite , I am getting multiple failure reports for some Test Cases in the Summary.
I am not sure why this is happening. Please provide solution for that.
![Uploading Multi…
-
There is a chance to include one more bug fix TestNG provider in surefire-plugin due to I have to repeat ASF Vote and release.
When we want to release testng:6.9.7 ?
-
import org.testng.Reporter;
ExtentReports is a listener
Shouldn't Report.log() write something to the report (somewhere?)
I remember it did with ReportNG (thoughts?)