BehatParallelExtension icon indicating copy to clipboard operation
BehatParallelExtension copied to clipboard

Behat Parallel Extension

Results 6 BehatParallelExtension issues
Sort by recently updated
recently updated
newest added

Hi. When I run Behat in parallel like this: vendor/bin/behat features -f junit -o var/log/behat --parallel=2 each parallel process writes to the same output file, so the last one overwrites...

I'm using junit to collect tests result and not all tests results are written. It seems like only the last process (suite) is writing the results. My behat.yml: ``` default:...

When i run `vendor/bin/behat -c tests/behavior/behat.yml "$@"` everything works fine. But when i run `vendor/bin/behat --parallel-feature -c tests/behavior/behat.yml "$@"` i get the following error: `No specifications found at path(s). ......

Hi there, Thank you for the extension. We running our tests in gitlab and want to display the code coverage report. It requires to have the coverage report output to...

Thank you very much for making this project! I'm trying to get this to work with a Drupal site. I can't just execute it with max workers as there are...

This references parallel feature and parallel scenario multiple times but never exactly delineates what they are and what the difference is. Add a short little explanation to the readme file...