Cargando…

End-To-End Web Testing with Cypress Explore Techniques for Automated Frontend Web Testing with Cypress and JavaScript.

Cypress is a JavaScript testing framework that does not require additional dependency to perform end-to-end testing, unlike Selenium. This book will help you to leverage the features of Cypress that make it one of the best testing platforms in the current testing landscape, and take you through writ...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Mwaura, Waweru
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, Limited, 2021.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Table of Contents Installing and Setting up Cypress Differences between Selenium WebDriver and Cypress Working with Cypress Command Line Tools Writing Your first Test Debugging Cypress Tests Writing Cypress Tests Using TDD Approach Understanding Element Interaction in Cypress Understanding Variables and Aliases in Cypress Advanced Uses of Cypress Test Runner Exercises: Navigation and Network Requests Exercise: Stubbing and Spying XHR requests Visual Testing in Cypress.