Parallel runner for Behat

Events happening in the community are now at Drupal community events on www.drupal.org.
Posted by neochief on June 6, 2013 at 7:03am

Hey guys!

Just want to let you know, that I've created a Behat extension, which allows parallel execution of tests. In most cases, using this extension should decrease test suite execution time a lot. For example, for my own project, it decreased execution time of full test suite from around 60 to 30 minutes (on my local machine).

Check it out and let me know what do you think.

Comments

Well done!

Posted by ygerasimov on June 7, 2013 at 9:43am

It works well at small set of scenarios

Posted by vladsavitsky on July 31, 2013 at 10:31am

For now it works well at small set of scenarios but when there are thousands of them it just hangs up. Alexander said that it require some more work.

Hi neochief, I am

Posted by durgesh1189 on September 12, 2017 at 5:33am

Hi neochief, I am continuously getting download error with parallelrunner, I have used minimum stability as "dev" too and using "behat 2.4.*" . could you please help

Error :

Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package shvetsgroup/parallelrunner could not be found in any version, there may be a typo in the package name.

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see https://getcomposer.org/doc/04-schema.md#minimum-stability for more details.

-Durgesh

It works for me

Posted by chi on September 12, 2017 at 5:56am

Below is my composer.json.

{
"require": {
"drupal/drupal-extension": "1.0.@stable",
"behat/behat": "2.5.
@stable",
"shvetsgroup/parallelrunner": "dev-master"
},
"minimum-stability": "dev",
"config": {
"bin-dir": "bin/",
"secure-http": false
}
}

Behat

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /