-
### TestNG Version
> Note: only the latest version is supported
7.8.0
### Expected behavior
A test method that can be retried and which is powered by a data provider which can run in paral…
-
# Github Demo Project with bug
I wrote a little demo project to show you this problem and that you can play and interact with it. There are also more information on the readme.md.
Check out https://g…
-
### What happened?
I encounter an issue when trying to execute more tests than a Selenium Grid can handle
My setup:
- a grid Hub: `java -jar selenium-server-4.8.3.jar hub --session-request-time…
-
sanity.functional
- J9vmTest_4
- J9vmTest_5
- TestFlushReflectionCache_2
- jit_jitt_0
extended.functional
- VmArgumentTests_0
- TestRefreshGCSpecialClassesCache_BCI_FAST_HCR_2
- TestRefr…
-
I'm seeing the following behavior:
```
TestName
[selenium:testng] Total tests run: 0, Failures: 0, Skips: 0
```
My `testng.xml` file points to a bunch of suite files using suite-files / suite-file …
-
"C:\Program Files\Java\jdk-17\bin\java.exe" -ea -javaagent:E:\tools\maven_new_localrepository/org/aspectj/aspectjweaver/1.9.9.1/aspectjweaver-1.9.9.1.jar -Didea.test.cyclic.buffer.size=1048576 -ja…
-
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< ChamberPortalTesting:ChamberPortalTesting >--------------
[INFO] Building ChamberPortalTesting 0.0.1-SNAPSHOT
[INFO] -----------------…
-
### Feature and motivation
I understand this is a chrome devtools api, `Browser.downloadProgress(), Browser.downloadWillBegin()` and similar. I just wanted to understand if there are any examples f…
-
Qadenz currently requires a TestNG XML file in order to run a suite of tests. This is fine for CI runs, and even executing locally for the record or for debug purposes. Adding an entry to the `.gitign…
-
I havea simple testng xml suite shown below.
```
```
I have implemented IReporter in my own class called MyReporter and added this class as a Listener to my test class using @ Listen…