-
Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdknext_j9_extended.openjdk_aarch64_linux_Personal/29/consoleFull)(`ubu22-aarch64-5`):
…
-
After upgrading net.masterthought dependency to 5.8.2 the cucumber reporting through is notd generating reports when embedded image size is long
List jsonFiles = new ArrayList();
jso…
-
### What happened?
I called the code in the test directory in the main directory class, but found that when executing the jar package, it must be executed in the pom directory. Therefore, I did not u…
-
```
Currently, TestNG is designed to create a single report when it is finished
executing all tests. While reporters can be created that report on tests as
they finish, it would be nice to be able to …
-
### What happened?
Automation framework with same set up works for selenium 4.13.0 but fails as we upgrade selenium version
Code using as below -
please note - there is no issue with local brows…
-
#### Summary
We tests assertj core with integration tests to validate junit 4, testng and osgi integration, this works but is more a workaround to simulate different environments.
A better solut…
-
## The problem
element to click is not in sight and it needs some scrolling. instead of scrolling test only jerks few pixels at a time ( see video).
## Details
it doesn't need to be a button, a…
-
### Current Behavior
I am facing this issue that when there are large number of tests and test task runs for longer duration, then Gradle test task does not generate TestNG reports (emailable-report.…
-
### Describe the bug
When using my editor to try and run tests I have no code lenses for any tests using the TestNG test framework.
Furthermore, when I try to run all tests in a file, there are no…
-
I have a test class
```
package test;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CountDownLatch;
import org.testng.Assert;
import org.testng.annotation…