-
### TestNG Version
> N/A
### Actual behavior
There are several links that are not correct on [https://testng.org/doc/](https://testng.org/doc/) in
> I started TestNG out of frustration for som…
-
Failure link
------------
From [an internal build](https://hyc-runtimes-jenkins.swg-devops.com/job/Test_openjdk17_j9_extended.openjdk_ppc64le_linux/112/)(`rhel9lert-2`):
```
java version "17.0.7…
-
TestNG version 7.3.0
Dependent methods might not always execute in the correct order with `parallel=instances`, below is a reproducer, which quite often fails (not 100% reliable as sometimes does s…
-
```
What steps will reproduce the problem?
1. Create a simple test with 2 test methods
2. Add mocked object annotated with @Mock
3. Add simple expectations to both test methods.
4. Run it
What is the…
-
Hi Chee Seng,
Please change these package names in 3.0.x, leaving deprecated aliases:
org.scalatest.easymock => org.scalatestplus.easymock
org.scalatest.jmock => org.scalatestplus.jmock
org.sc…
-
The appium classifier plugin is not able to find the element. I could see there are few information related to model, but not sure if that's the root cause of the issue.
`[HTTP] --> POST /wd/hub/se…
-
Root cause looks like a real bug that's worth a look:
Caused by: java.lang.ClassCastException: java.util.LinkedHashMap$Entry cannot be cast to java.util.HashMap$TreeNode
Seems like somewhere som…
-
Now when `@Test(singleThreaded = true)` is used tempto is failing with an exception that no tests are executed.
-
```
What is the expected output? What do you see instead?
screenshot listener saves image in / /
image.png
emailable-report.html is in and expects image.png in the
same directory.
What version …
-
```
I must be doing something insanely wrong.
I was looking forward to `assertEquals(Map, Map)` and `assertEquals(Set, Set)`
becoming available, which was the case as of TestNG 5.11. I'm currently u…