python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Arquillian mixed mode not working on TestNG
I am trying to run a test suite in mixed mode using Arquillian and TestNG.
Based on the documentation here: http://arquillian.org/arquillian-core/#mixed-mode
I would expect to be able to write my test...

KyleAure
Votes: 0
Answers: 1
Forbid TestNG to execute specific test classes in same time
Is there any nice solution to prevent testng from running tests from a specific class if tests from another specific class are currently being executed?
I have next suite:
<suite name="Name&qu...
Keker
Votes: 0
Answers: 1
How to set TestNG to run which test that available
I have suite of testNG (Maven above) that have tests inside it, I want to run some of the tests meanwhile the others won't run (they can ignored or even failed) - the case is for few mobiles that will...
ness
Votes: 0
Answers: 1