-
```
What steps will reproduce the problem?
1. Create a test java project in eclipse with package like com.mycompany.*
I have
com.mycompany.xml
com.mycompany.to…
-
```
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 …
-
-
### 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…
-
It looks like we're ignoring some tests by accident, probably due to bugs in their dataproviders. We should fix that.
See: https://storage.googleapis.com/hellbender-test-logs/build_reports/master_…
-
Hi Guys,
Can we please have a look on this issue:
We are trying to integrate Bitrise with AWS Device farm. AWS has introduced a new custom test environment option called "APPIUM_JAVA_TESTNG_TES…
-
this very likely indicates some type of resource leak when issuing purposefully malicious queries, which is some of the test cases in this class do
need investigate on whether this is a test setup …
-
```
I have several TestNG tests that use HTML or Javascript fragments in an
@DataProvider to test for XSS issues in our web application.
These parameters revealed an XSS issue in EmailableReporter! …
-
```
What steps will reproduce the problem?
1. Create TestNG ant command with classfilesets. classfilesets should have two
test classes
2. run the command
What is the expected output? What do you se…
-
From the mailing list: https://groups.google.com/forum/#!topic/testng-users/p0QRhby9O4o
Sample from @krmahadevan
``` java
public class Example {
public static TestNG create() {
TestNG r…