I have an arquillian drone test class running against an existing web site (no @Deployment), in standalone mode.
I would like to run tests in parallel, as they are expensive tests. If I use methods in failsafe configuration I get an error and I cannout use a runner like @ConcurrentTestRunner because I must use @Arquillian runner.
Any ideas?