-
# Description of the problem / feature request:
It is currently unclear how to tell TestNG how to test a (java) library.
Most straight forward approach would be:
```
java_test(
name = "…
-
### What happened?
so i am running the testcase in parallel mode with testng.xml file so i am using docker for parallel execution on selenium grid.
so when i run the testcase for the first and secon…
-
### TestNG Version :6.9.12
> Note: only the latest version is supported
### Expected behavior
When priority is used for all test case in all test class and test are run in parallel using `parall…
-
### What happened?
I am executing a complete automated suite which has multiple test cases and for each test case I am launching a new chrome driver session.
Earlier after random number of succes…
-
### TestNG Version
7.8.0
Is there a way to inject my spring framework application context inside my implementation of ITestListener?
TestNG will always instantiate my listener (before the app con…
-
### 🐛 Describe the bug
There are a few outdated Java packages throughout the repo that have open high severity CVE's. There's a large number of mediums and below, but since pretty much nobody blocks …
-
Hi @saikrishna321 and @SrinivasanTarget when i am trying to run the feature files which has scenario outlines i think while adding each step its not parsing symbols.. I have attached logs here.
…
-
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64le_linux_Nightly_testList_0/84/
https://openj9-jenkins.osuosl.org/job/Test_openjdk21_j9_sanity.openjdk_ppc64_aix_Nightly_te…
-
Hi,
I have the following xml suite file:
```
```
And I have GeneralTest class with SoftAsser…
-
_What steps will reproduce the problem?_
Run this example:
```
@RunWith(PowerMockRunner.class)
@PrepareForTest(BackgroundMusicManager.class)
class ConfigurationContextTest {
private Back…