-
### TestNG Version
Encountered in v6.9.10
### Expected behavior
Running XML test file containing `group-by-instances="true"` executes all listed tests, but reordered based on the individual instance…
-
### TestNG Version : 6.12.0, 6.11.0
> Note: only the latest version is supported
### Expected behavior
The Before and After methods should run when "include" tag is present in the testng suite
…
-
testng XML :
Test :
package tests;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
impor…
-
```
What steps will reproduce the problem?
1. Any time a test fails (i.e. whenever testng-failed.xml is created)
What is the expected output? What do you see instead?
Expected:
Actual:
In o…
-
_Steps to reproduce_
1. run a long testng suite (best if it takes several minutes to complete)
2. before it is done, run another testng suite (best if it takes several minutes to complete)
3. before b…
-
```
When multiple tests are created, the "excludedGroups" and "groups",
configured in the TestNG Ant task are forgotten after the first tests
finishes running.
The example is also attached
Given the…
-
The list of command line arguments supported by TestNg runner is changing. New arguments appear. TestNg plugin supports parameters defined in TestNgOptions class only. Which is not flexible and limits…
-
jdbc code is 0.1.55
Failed test cases are function testParseColumnsWithDifferentTimeZones() and testParseColumnsWithDifferentTimeZonesArray().
Error output:
java.lang.AssertionError: expected…
-
### Describe the Bug
after suite method not shown in allure report since version 2.22
for example below code
### Steps to Reproduce
package allure;
import org.testng.annotations.AfterMethod;
i…
-
```
What steps will reproduce the problem?
1.Click on Run Configuration
2.Under Test tab there are fields like Class,method, Groups,Packages,Suite
What is the expected output? What do you see instea…