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

Can we add support for running tests in parallel? #86

Open
pgabry opened this issue Sep 7, 2022 · 1 comment
Open

Can we add support for running tests in parallel? #86

pgabry opened this issue Sep 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@pgabry
Copy link

pgabry commented Sep 7, 2022

I've got tests using ParallelExecution trait. This plugin is not running them in parallel.

@giurim giurim added the enhancement New feature or request label Sep 26, 2022
@giurim
Copy link
Contributor

giurim commented Sep 26, 2022

Hi, thank you for the report. I am afraid it is not trivial to support ParallelTestExecution and it might take a bigger refactor to fix this. Meanwhile you might try the AsyncFunSpec trait to execute tests in parallel. See AsyncFunSpecTest for reference

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

No branches or pull requests

2 participants