Cypress-Cookbook
Cypress is a next-generation javascript front end testing tool built for the modern web. Cypress enables us to write all types of tests.
a. End-to-tend tests b. Integration tests c. Unit tests
Features: a. Time travel: Dashboard test runner to see exactly what happened at each step of execution. b. Debuggability using dev tools c. Automatic waiting d. Network traffic control e. Consistent results f. Real-time records g. Screenshots & Videos: View screenshots were taken automatically on failure, or videos of test suite when running from CLI. Once you’re strong enough, save the world: