Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Too much UI tests causing browser to disconnect Cypress Google Chrome Extension #4290

Closed
VandendriesscheWard opened this issue May 23, 2019 · 2 comments

Comments

@VandendriesscheWard
Copy link

VandendriesscheWard commented May 23, 2019

Current behavior:

Browser times out when running 6 or more tests.
The tests are pretty heavy to run.

Google chrome:
timeout
(It is in Dutch, but it basicly says something went wrong).
Electron:
timeout2

Desired behavior:

Able to run 6 or more UI tests.

Steps to reproduce: (app code and test code)

Make 6 tests. They are pretty heavy because they log in and logout a few times during the multiple tests.
Can't publish any code.

Versions

Version 3.2.0
Windows 10
Google Chrome & Electron
16GB Ram

@jennifer-shehane
Copy link
Member

Similar issues: https://github.com/cypress-io/cypress/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22topic%3A+aw+snap+%3Aslightly_frowning_face%3A%22

We'll need a specific reproducible example to address this. We also don't recommend running a large number of test files in interactive mode using the 'Run all tests' mode. Interactive mode is used for active development and debugging - use cypress run to run a large suite of tests. #1586

@VandendriesscheWard
Copy link
Author

Similar issues: https://github.com/cypress-io/cypress/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22topic%3A+aw+snap+%3Aslightly_frowning_face%3A%22

We'll need a specific reproducible example to address this. We also don't recommend running a large number of test files in interactive mode using the 'Run all tests' mode. Interactive mode is used for active development and debugging - use cypress run to run a large suite of tests. #1586

Ok, I didn't know that.
Everything is running now smoothly without any time outs.

Thank you!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants