-
```
To reproduce the problem, write a test with a data provider that causes the
test to be run multiple times. Run the test, and look at the "Methods:
n/n" result shown in the TestNG View. When done…
-
I am Not able to capture the screenshot on test failure (i run from mvn)
for example -> "mvn clean test -DsuiteXmlFile=src/test/resources/TestingXML/test.xml -Dtestng.testnames=download"
Here is…
-
### Problem Statement
If I try to run a Selenium test class (or single test) via right-click -> Run as -> testNG or using a run configuration, I get:
```bash
[RemoteTestNG] detected TestNG versio…
ghost updated
4 years ago
-
**Below is the code that causing issue:**
response = (Response) given().
header("Content-Type", "application/json").
contentType(ContentType.JSON).
…
-
```
What steps will reproduce the problem?
1. Install EclipseRunner and TestNG Plugin
2. Make a TestNG-specific launch configuration (will be shown in an own
category)
3. Try to make any operation o…
-
### What feature do you want to see added?
6 months ago, I created a crude[ set of scripts](https://github.com/gounthar/jdk8-removal) to find the plugins that would need the most to be modernized t…
-
### TestNG Version
6.10
### Expected behavior
When running ITs from the maven failsafe plugin with default settings (no testng.xml specified, no parallel or forking configured etc.), I would expe…
vguna updated
7 years ago
-
### TestNG Version
Latest version: 7.5
### Expected behavior
When u have multiple tests with @Test(group="group") methods and one @BeforeGroups(value = "group", alwaysRun = true) in a multi-t…
-
My powermock and test dependency in pom.xml is :
```java
org.testng
testng
6.14.3
test
org.powermock
powermock-module-testng
2.0.0-beta.5
test
…
-
```
What steps will reproduce the problem?
1. Install EclipseRunner and TestNG Plugin
2. Make a TestNG-specific launch configuration (will be shown in an own
category)
3. Try to make any operation o…