illustration for Test Production Ready Apps with Cypress

Test Production Ready Apps with Cypress

Instructor

Brett Cassette
1h 16m closed-captioning
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
Star icon$$$
4.4
308
people completed
Bookmark
Download
RSS

One of the most important — but most ignored — practices for web developers is performing end-to-end testing on applications before they go live into production. You know: making sure they work like they’re supposed to. But testing can be tedious, and definitely not fun.

In this course, Brett Cassette will show you how you can test all layers of your application stack, simultaneously, with Cypress. When you use Cypress, it’s like having a robot that uses your app the way a real user would. Cypress reports if things work the way you designed them to — and if they don’t — every step of the way. And it’s fun.

After completing this course, you’ll be ready to apply the same E2E testing principles to your own applications. Stop leaning on your QA department (if it exists) to stress-test your application, and ship your app knowing it’s ready.

Credits

Maxime Bourgeois (illustration)

What you'll learn

  • Writing integration tests
  • Selector best practices
  • Seeding data into a database
  • Mocking network requests
  • Creating a mock backend

Prerequisites

  • Basic knowledge of JavaScript, HTML, and CSS.
  • Basic understanding of client/server data transfer
  • Familiarity with DOM element selectors

Learner Reviews

  • David Moxon
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Great coverage of the advanced capabilities, taught in a methodical logical manner. Definitely recommended.

  • Learner
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What would make this course a 7 for you?

    Very interesting course. Could be great to have more info about helpers vs. command, exec command, use of describe, skip, integration with jira. Maybe could be a second part.

  • Steve Mugenzi
    4 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Thank you so much for this course. It is excellent, gets to the point and it clearly and concisely explains Cypress e2e testing.

  • Vasyl Zubach
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    Thanks Brett, it's a great course! I've been using cypress for a while now, but went through it in order to check if there's some parts I didn't quite get yet correctly, and as it turned out there were definitely a few! Now I'll optimise some of the testing architecture in few teams I worked with. Also wanted to check with you about the concept of PageObjects, what do you think about it? Cypress states that it's better to have a set of commands instead, But there are certainly cases when PageObjects are a valid thing to use and can provide an easy layer of interaction with UI. This part might also be a good to surface in this course for those new to Cypress and to e2e testing in general.

    Thanks again for the course, was very useful!

    Have a great day!

  • Leonardo De Campos
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    The level of the course was very good!

  • Ezequiel
    5 years ago
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    Star icon$$$
    What did you like about this course?

    How explain each step of testing an app.

Course Content

1h 16m • 19 lessons

    You might also like these resources:

    illustration for Introduction to Cloudflare Workers

    Introduction to Cloudflare Workers

    Kristian Freeman・36m・Course

    Become familiar with the Workers CLI wrangler that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.

    illustration for Create an eCommerce Store with Next.js and Stripe Checkout

    Create an eCommerce Store with Next.js and Stripe Checkout

    Colby Fayock・1h 4m・Course

    This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio

    illustration for Practical Git for Everyday Professional Use

    Practical Git for Everyday Professional Use

    Trevor Miller・1h・Course

    git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.