python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
TestNG Gradle how to run multiple suites in parallel
I was wondering if there is a way to run multiple test suites in parallel with TestNG + Gradle.
I have a master suite file which contains other individual suites to run, however it will only run the s...
bway
Votes: 0
Answers: 1
Log4j was not logging data from inside "If else" condition (Java selenium webdriver)
I am facing issue with Log4j. When I run my below test case, it was fine with output and all tests has been passed. But Log4j was not logging properly. It was logging data only from outside of "I...
Vikram cena
Votes: 0
Answers: 1
Maven test or mvn clean install test doesn't work. It shows only 'Build Success'
I'm stuck in this problem. I'm trying to test this project with maven. I typed 'mvn test', 'mvn test-compile', 'mvn package' and so on.Also try to Clean the project too many times reinstall maven/inte...
Anton Kolev
Votes: 0
Answers: 2
TestNg IAnnotationTransformer listener on the class level
I have this requirement to have an IAnnotationTransformer for manipulating the @Test annotation during runtime. Also i want to define this annotation on the class level instead of the TestNG XML.
@Lis...
debugger89
Votes: 0
Answers: 1