-
### TestNG Version
> Note: only the latest version is supported
6.13.1
### Expected behavior
testresult attributes should be present in the XML report
### Actual behavior
there are no testre…
-
### QAF Version
2.1.13
> Note: only the latest version is supported
### Steps To Reproduce
1. I have a TestNG runner class which is having features, glue, tags and plugin key-value pairs und…
-
settings.xml:
```xml
my-snapshots
desktop
ez4vAMSvCmzGORZYWqWe/si6J4kKstgpIVoVFtOGz15G6yPjNM++PuMtyumoilo/
```
pom.xml:
```xml
…
-
As we've been running some tests for our INSPIRE themes, we noticed that some of the Post calls are not using the Post URL that is contained in the GetCapabilities XML.
Example:
Method: | POST
…
-
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allur…
jsa34 updated
2 years ago
-
If my @DataProvider method throws an exception, the TestNG report correctly shows that exception. However, the exit status from TestNG execution is zero, indicating that all tests passed. If a DataPro…
cjyar updated
2 years ago
-
Could it be within scope?
The goal here is to have a common format which testing frameworks and build tools can understand, so that, for example, JUnit (producer) can write the test report in this co…
-
I am using Allure 2.28.1 plugin for Jenkins via declarative pipeline as below. But I could not able to read allure reports. So reports seems generated below` ~/workspace/selenium_tests@2/ApiTestAutoma…
-
Let's say, I have a class like this
```
public class Calculator {
@Test(dataProvider = "dp")
public void add(int a, int b) {
System.out.println("Invoked add: a, b" + a + "," + b);
…
-
Failure link
------------
From an internal build `Test_openjdk17_j9_sanity.openjdk_x86-64_linux/36/`:
```
openjdk version "17" 2021-09-14
OpenJDK Runtime Environment Temurin-17+18 (build 17+18)…