-
Kiwi TCMS needs a customized plugin for TestNG which will record test execution results into our database
**Getting started docs**
- https://kiwitcms.readthedocs.io/en/latest/plugins/automation-fr…
-
```
What steps will reproduce the problem?
1. run any test
What is the expected output? What do you see instead?
In the "Run - TestTest" window I get
/System/Library/Frameworks/JavaVM.framework/Ver…
-
Hi Team,
I am trying to integrate existing testng automation framework with QAF BDD. Existing framework looking for Group, Product, Tags annotation to push result to customized dashboard to mai…
-
### TestNG Version
7.10.2
### Expected behavior
I should be able use a value from data provider and use it as a custom test name
### Actual behavior
The Test method name appears in emailabl…
-
How to control test case execution using testng.xml?
Can we control the test case execution using testng.xml while executing appium test case on AWS device farm?
In my local system i am able to pe…
-
### TestNG Version
6.9.13.6. Also testsed on 6.8.7 with same result.
### Expected behavior
Count of tests should not depend on results of Before- and AfterMethods status.
### Actual behavior
…
-
After trying the little example ("a pair of numbers") from the README.md page in a Maven project, I can't see the expected output:
```
a pair of numbers
2 / 4 is two
8 / 4 is two
```
but instead…
lefou updated
9 years ago
-
It looks like the current pattern is to add test classes to the suites.
For instance, https://github.com/cbeust/testng/blob/40f7935b00d3546187f793e98d0f49ea41ef542d/testng-core/src/test/resources/t…
-
Please see stackoverflow link here:
http://stackoverflow.com/questions/42772424/testng-xml-not-valid
I am getting issues with the XML not meeting the DTD.
### TestNG Version
Tried on 6.11 and …
-
Description:
We are running our testng tests and retrying it via retry listener of testng.. At the same time we are sending the tests results to report portal listener, however observed that for some…