-
Hello,
I am trying to use this solution :)
I have test project with Java + Selenium + Gradle + TestNg.
Gradle:
`compile group: 'com.github.automatedowl', name: 'allure-environment-writer', ver…
-
### TestNG Version
v7.4.0
> Note: only the latest version is supported
### Expected behavior
skip test When BeforeMethod throw exception
### Actual behavior
When BeforeMethod throw exception…
-
3 tests timeout:
java/lang/String/CompactString/Numbers.java
java/lang/String/CompactString/RegionMatches.java
java/lang/String/CompactString/SubString.java
Failure link
------------
https://c…
-
Given the suite file:
```
```
In this suite file: (parallel="tests" thread-count="2" ) the execution sequence in the thread of the "First…
-
hi, all, I installed jenkins at my aws windows server, and try to trigger jenkins jobs to run windows UI automation test after installing my UMP windows client product which is developed by my team a…
-
```
Before filing an issue, please read the page at
http://code.google.com/p/selenium/wiki/SeleniumHelp This contains lot of
information about how best to get help, and tells you what we need to know.…
-
[example failure](https://github.com/apache/pulsar/runs/7710408158?check_suite_focus=true#step:10:1407)
```
Error: Tests run: 10, Failures: 3, Errors: 0, Skipped: 7, Time elapsed: 129.61 s
-
When using a testng.xml definition file, which contains a test definition with package based scanning of test classes. Like:
``` xml
```
The g…
-
### Expected behavior
``` java
public abstract class AbstractClassSample {
@Test
public void a() {}
@Test
public void b() {}
}
```
The expected behavior is 2 skipped tests or a failed exec…
-
https://ci.adoptopenjdk.net/job/Test_openjdk8_j9_extended.functional_aarch64_linux/103/console
Suspicious of the previous test testJCMMXBeanRemote_SE80_0 which failed...did that then cause the testJC…