-
Hi,
we are using gradle with TestNG to run our tests as gradle clean test.
In the documentation, you suggest to run a custom task to allow this extension to produce enhanced TestNG xml reports as …
-
Currently `org.testng.Reporter#m_currentTestResult` is not cleared after test execution in case when `SkipException` was thrown. This causes memory leaks in some cases, for instance when using Arquill…
-
In testng 6.8, I was able to call Reporter.log("foo") to publish reporter log in testng-result.xml during onFinish () event in ITestListener.
In testng 6.9, I am not able to publish reporter.log("foo"…
-
I'm migrating some projects from Java to mixed Java/Scala. They already use sbt and scalatest for running tests, but tests still use TestNG annotations. Test classes extend TestNGSuite. There is no Te…
-
TestNG Version : 6.8.7 (reproducible in 6.9.8 also)
useDefaultListeners : true (use default listeners)
One of which is `org.testng.reporters.jq.Main`
Now log anything from test cases using `Reporter.…
-
>### Getting Below error, please help me guys spent a lot of time to fix this issue and no luck so far
>Not getting extent reports - tried many ways and got struck, provided below my POM.xml and run…
-
### TestNG Version
> Note: only the latest version is supported
> 7.5
### Expected behavior
- Pre-requisites: a parent class (ParentClassTest) with two child classes (ChildClassTest and SecondC…
-
### TestNG Version
6.14.3
### Description
We have 3 tests:
- FooTest:a
- FooTest:b
- BarTest:a
We have the following configuration in pom.xml
```xml
windows
```
In this case, 2 tests…
-
Kiwi TCMS needs a customized plugin for TestNG which will record test execution results into our database
**Getting started docs**
- https://kiwitcms.readthedocs.io/en/latest/plugins/automation-fr…
-
Hi
i wanted all my previous reports available along with latest report but its overwriting report every time test gets executed. please fix this issue its very much required feature for me.
belo…