-
1. The 'Total Time Taken' on the Analysis page is incorrect, it says 1s+3ms on my report when the tests actually took 1 min, 36 seconds, bitmap included. Is there fix for this, if not, what class is t…
-
I'm seeing the test case execution twice though i ran only once.Using 2.10 Extent jar.
i ran the case only once but report showing twice.
--Attached two screenshots in 1st screen shot test-1(Verify pu…
-
```
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…
-
During generating handlebars report in using testNG framework and Jenkins for CI a parsing errors happens reading the .xml file generated in xmlData folder. Below the relevant part of the logs and the…
-
```
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…
-
Originally reported on Google Code with ID 2547
```
Repro steps:
1. Execute junit suite with following tests:
a. AddRoster: driver.get, click img, find using xpath etc
b. DeleteRoster (driver.get to …
-
My Test :
@Listeners({ ScreenshotListener.class })
public class TestRetryLogic {
@Test(retryAnalyzer = Retry.class)
public void testRetryLogic() {
fail("Failing");
}
}
My Retry An…
-
Since encountering an earlier issue I reported (testNG not creating HTML report #562), which causes the html report to not be generated(and as a result my custom html reporter doesn't get executed), …
-
Maybe this isn't a good idea, but what are your thoughts?
What if Extent listened on Reporter.log from org.testng.Reporter and perhaps had a "console log" where we could dump things?