-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Need to set Timeout at testcase level (it block or .cy file level) #31018
Comments
Playwright implemented this recently (https://github.com/microsoft/playwright/releases/tag/v1.50.0) |
Hi @alexsch01 Thanks for the information on playwright, but my framework is implemented in Cypress, so looking to enhance that. |
@varikaurtest yes, I didn't mean for it to sound like I was telling you to switch to Playwright. I meant that since Playwright (a competitor to Cypress) implemented this feature, it could be a good idea for Cypress |
@varikaurtest, just pointing out that |
Thanks @mschile , got the solution in the same project. Although i am unblocked now, still wondering if there is a way we can set it in config to get it applied to all test cases at once? I have hundreds of test cases (each .cy file has only 1 test case i.e. IT block), so would require to apply timeout on all of these at once. |
Originally posted by @varikaurtest in #9009
The text was updated successfully, but these errors were encountered: