Integration Tests on Geb / Spock + Selenium Grid do not run in parallel -


i have following set-up: integration tests project has suite of tests written in groovy/geb + spock, running both using selenium webdriver , selenium grid (remotewebdriver).

the problem no matter how try tweak "system", can't tests run in parallel (i.e. although have 3 slaves [nodes] registered hub, 1 of slaves receives requests). i've enforced maxsession=1 selenium nodes , tried different combinations of parallel=classes|methods, threadcount , fork settings in failsafe plugin configuration (pom.xml file).

i have feeling problem lies somewhere between maven configuration , selenium grid, in relation geb/spock config.

does of have insight on issue?

ps: suggested running tests in parallel using geb / spock not possible - because reason ?geb? locks junitrunner (not sure means).

you can run sure, point have put them(your testes) in threads.here link.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -