Page MenuHomePhabricator

Run Selenium tests in parallel
Closed, DeclinedPublic

Description

Selenium tests take a long time to run. We were running them in parallel but because of some problems decided to run the tests serially.

More info:

https://github.com/grosser/parallel_tests#setup-for-non-rails
http://sauceio.com/index.php/2013/10/register-for-our-parallel-testing-online-workshop/


Version: unspecified
Severity: enhancement

Details

Reference
bz55867

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:15 AM
bzimport set Reference to bz55867.
bzimport added a subscriber: Unknown Object (MLST).

Something like this should work:

parallel_cucumber -n 9 --test-options '--verbose --profile ci --tags @commons.wikimedia.beta.wmflabs.org' features/

Using parallel_tests Ruby gem it is possible to run features in parallel. Investigate is it possible to run scenarios in parallel.

zeljkofilipin lowered the priority of this task from Medium to Low.Dec 2 2014, 5:18 PM
zeljkofilipin set Security to None.