-
```
There are several of these listed in
/core/target/surefire-reports/TestSuite-output.txt
The issue seems to be that the Maven unit testcase processor recognizes these
inner classes as JUnit and …
-
It looks like the current pattern is to add test classes to the suites.
For instance, https://github.com/cbeust/testng/blob/40f7935b00d3546187f793e98d0f49ea41ef542d/testng-core/src/test/resources/t…
-
I have the following test class
``` java
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
public class MyTest {
@BeforeCl…
-
### TestNG Version
6.9.13.6
### Expected behavior
6.9.13.6 java has deprecated `ParallelMode.FALSE` in favor of `NONE`. During TestNG execution if `` found in a suite it politely warns with `[XmlSui…
-
### TestNG Version
> Note: only the latest version is supported
6.11
### Expected behavior
The listener is called for each suite, if the parent suite contains child suites then the parent suites…
-
The current implementation doesn't manage the case where the suite is empty:
```
Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
at java.base/jdk.intern…
-
### TestRail CLI Version
1.9.7
### CLI Environment
_No response_
### TestRail Version
8.0.5
### TestRail Instance Type
Enterprise Cloud
### Current behavior
I'm integrating our testNG framewo…
-
Regular Expression of testng
-
-
I have TestNG xml file containing excluded group section. It looks like that (just for example):
```
…