We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I would like to know if I can run two or more "it" in parallel. In this way I can reduce the overall testing time.
with description('Tennis Tournament') as self: with it('Match 1'): .... with it('Match 2'): .... with it('Match 3 very long'): ....
Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
By the moment is not possible, although is a nice feature. I will check its viability after releasing 1.0.
Sorry, something went wrong.
No branches or pull requests
Hello,
I would like to know if I can run two or more "it" in parallel. In this way I can reduce the overall testing time.
Thanks!
The text was updated successfully, but these errors were encountered: