Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run.bash is calling behave instead of behave-parallel #11

Open
c-mart opened this issue Sep 1, 2016 · 0 comments
Open

run.bash is calling behave instead of behave-parallel #11

c-mart opened this issue Sep 1, 2016 · 0 comments

Comments

@c-mart
Copy link
Contributor

c-mart commented Sep 1, 2016

@jerry57 and I have both reproduced this problem on OS X and Linux. When the test suite runs, steps 1 and 2 are skipped with:

behave: error: unrecognized arguments: --processes --parallel-element scenario features/check.feature

A workaround is to separately clone https://github.com/hugeinc/behave-parallel and alias "behave" to behave-parallel/bin/behave-parallel. Or, run a feature at a time like this:

../behave-parallel/bin/behave-parallel --processes 2 --parallel-element scenario features/launch.feature

We suspect something with the virtualenv isn't being set up properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant