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

How do I run tests in parallel? #122

Open
sajnikanth opened this issue Oct 12, 2016 · 3 comments
Open

How do I run tests in parallel? #122

sajnikanth opened this issue Oct 12, 2016 · 3 comments

Comments

@sajnikanth
Copy link

sajnikanth commented Oct 12, 2016

I have a multiple features each having several scenarios. When I try this:

nosetests ./features/ --with-gherkin --processes=10

I get this:

ValueError: No such test

I'm not sure how I can run several Features (or Scenarios) in parallel

@koterpillar
Copy link
Member

This is currently not tested for or supported. If you find any more details feel free to add them here or make a pull request.

@jbarnoskie
Copy link

jbarnoskie commented Aug 15, 2017

Is running feature files in parallel still not supported in Aloe? If not, are there any alternative options for speeding up testing?

@koterpillar
Copy link
Member

There is an existing effort at #117 and aloetesting/aloe_django#50 to port Aloe to unittest that can possibly help, especially with Django's parallel test runner. If you can test those branches with your existing projects and report back, it will be appreciated.

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

3 participants