/
Cypress vs Selenium
Cypress vs Selenium
Pros | Cons |
---|---|
Complete framework | No IE and Safari support (Chrome or Mozilla Firefox are recommended) |
VERY fast (based on Java Script) | Asynchronous code |
More stable than Selenium | Testing on mobile devices is not supported |
Not require solid programming skills | Single domain and single tab only - no links between pages |
Allow test and mock APIs | Not friendly with iFrames |
Special test requirement is not needed |
|