Is Cypress open-source?
Yes, the Cypress test runner is open-source and free to use. The dashboard service and advanced features are offered under a paid subscription.
Which browsers does Cypress support?
Cypress supports Chrome, Chromium-based Edge, Firefox, and Electron browsers for running tests.
Can Cypress test mobile applications?
Cypress is primarily designed for web applications running in desktop browsers and does not natively support mobile app testing.
How does Cypress handle flaky tests?
Cypress automatically waits for elements and assertions to pass, reducing flakiness caused by timing issues common in other frameworks.