Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Cypress End-to-End Testing - Getting Started
Rating: 4.5 out of 5(2,423 ratings)
15,704 students

Cypress End-to-End Testing - Getting Started

Learn how to use Cypress to design, build and run powerful and realistic end-to-end (E2E) tests with ease.
Last updated 1/2024
English

What you'll learn

  • Add end-to-end testing workflows to projects
  • Define and use core Cypress concepts & techniques
  • Design and run automated end-to-end tests with Cypress
  • Implement realistic website user workflows with Cypress

Course content

7 sections95 lectures6h 13m total length
  • Welcome To The Course!1:05
  • What is Cypress & End-to-End Testing? And Why Should You Care?4:15

    Cypress enables end-to-end testing of full application flows, like user authentication, by writing automated tests for the website; the course contrasts end-to-end with unit and component tests.

  • Installing & Using Cypress6:00
  • How Cypress Tests Are Organized & Stored2:09

    See how Cypress organizes tests by creating .cy.js files in the e2e folder, using describe and it blocks to build test suites and tests.

  • Adjusting Our First Test2:51
  • Writing A More Realistic Test3:55
  • About The Course4:33

    Explore the Cypress end-to-end testing getting started course for web developers with no Cypress knowledge, learning core concepts through practical examples and code-along practice in on-demand videos.

  • Course Resources (Slides, Code, Discord)0:35

Requirements

  • Basic JavaScript knowledge is required
  • Basic web development knowledge is required (no specific framework)
  • NO prior Cypress knowledge is required

Description

Automated testing is a vital part of modern application development. Of course, website development is no exception here - you must be able to run automated tests to efficiently detect bugs and regressions.

This course teaches you how to write and run end-to-end (E2E) tests with Cypress - one of the most popular web development E2E testing tools you can use these days!

You will learn:

  • What exactly Cypress is and why E2E testing matters

  • How to install and use Cypress

  • How to write and run E2E tests with Cypress

  • How to simulate realistic website user flows by selecting elements and simulating user interaction (button clicks, keyboard typing & more)

  • How to write good assertions (and what assertions are)

  • Which core features and concepts Cypress offers

  • How to use basic and more advanced Cypress concepts

  • How to efficiently test third-party code

  • How to deal with network (HTTP) requests and databases

  • How to test user authentication flows

  • And much more!

All these topics will be taught from the ground up, with no prior Cypress knowledge required! You do need basic web development and JavaScript knowledge though.

This course focuses on the core Cypress concepts and explores all basic as well as various more advanced Cypress features.

By the end of this course, you'll have a solid set of Cypress fundamentals and you'll be ready to dive deeper into Cypress and end-to-end testing!

Who this course is for:

  • Intermediate web developers who have no or very little (end-to-end) testing experience
  • Web developers who want to add automated end-to-end tests to their projects