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
Hi,
I have 4 modules (module1, module2, module3, module4) and i want them to run in parallel.
is there a way if i just give the 4 modules at the same time, it will run all the tests inside in parallel?
Now i want to specify which module to run in which browser instance or thread ? is that possible ?
Today my test.ts says find spec files and run through context.
but i want to give 4 paths/modules to my parallel executor and let each one execute separately in parallel.
Please help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have 4 modules (module1, module2, module3, module4) and i want them to run in parallel.
is there a way if i just give the 4 modules at the same time, it will run all the tests inside in parallel?
Now i want to specify which module to run in which browser instance or thread ? is that possible ?
Today my test.ts says find spec files and run through context.
but i want to give 4 paths/modules to my parallel executor and let each one execute separately in parallel.
Please help
The text was updated successfully, but these errors were encountered: