Tagged Questions
0
votes
1answer
67 views
sample domain.xml that will work with arquillian
I've been testing my programs using arquillian for months now. I just recently installed jenkins in a glassfish container and have it build my project. I have a problem that arquillian is trying to ...
1
vote
1answer
177 views
clearing / resetting the selenium webdriver between junit tests
I am using arquillian graphene with selenium webdriver and I have an irritating problem.
The WebDriver seems to retain page state in between each test. I am currently testing a login page and the ...
0
votes
1answer
376 views
Arquillian JUnit Testsuite
I was wondering if Arquillian supports Test Suites since it's not documented. I would like to create a common deployment for my suite and let the tests of that suite run with that single deployment.
...
5
votes
4answers
615 views
JUnit @Ignore all other tests (@IgnoreOther ?)
I'm testing extensively with JUnit and sometimes - while debugging my code - I want (temporary) only run a single @Test of my @RunWith(Arquillian.class) test class. Currently I'm adding a @Ignore to ...
