Preface
Cypress is a JavaScript automation testing framework created with the sole purpose of performing frontend testing. Cypress excels at re-inventing how testing is carried out, especially for the modern web. Unlike other testing frameworks, such as Selenium WebDriver, Cypress is much faster as it runs in the browser and also has a lower learning curve compared to other testing frameworks.
Developers working with frontend applications will be able to put their knowledge to use with this practical guide and develop their skills in end-to-end testing. This book takes a hands-on approach to implementation and associated methodologies that will have you up and running and productive in no time.