-
Notifications
You must be signed in to change notification settings - Fork 672
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
Option to run tests in parallel #1165
Comments
Feature ProposalInterfaceInspired by AVA
Implementation
|
As far as I remember reporter relies on serial execution as well. |
BTW, why do we need |
@AndreyBelym have updated the post, now it's
It seems this approach doesn't break reporting. BUT, this option has some uncertainties. |
Please, read carefully: we already have this behavior. Don't we try to solve a problem that doesn't exists here?
I have a great solution for this problem: don't add |
...at least for now. |
* Implement concurrent test run (closes DevExpress#1165) * Fix tests * Fix remarks * Fix remarks from Alex * Fix * Fix option description * Fix concurrency factor error * Fix invalidConcurrencyFactor error * Fix test * Fix error message * Update test.js * Apply remarks
Please fo let us know the exact syntax to run or share sample code , very much appreciate if some one can. |
It's not working for us, Tried severa time only serial execution is performing. I beleive there is some workaround to acheive this as they are opening in same port that could be run they are executing in serially. |
@guptaakhil |
sure, we will be writing this into seperate thread. |
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow. |
* Implement concurrent test run (closes DevExpress#1165) * Fix tests * Fix remarks * Fix remarks from Alex * Fix * Fix option description * Fix concurrency factor error * Fix invalidConcurrencyFactor error * Fix test * Fix error message * Update test.js * Apply remarks
Are you requesting a feature or reporting a bug?
Feature
What is the current behavior?
TestCafe can run test only in series.
What is the expected behavior?
TestCafe can run tests concurrently.
The text was updated successfully, but these errors were encountered: