^3.1.5
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.
Great coverage of the advanced capabilities, taught in a methodical logical manner. Definitely recommended.
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.
Thank you so much for this course. It is excellent, gets to the point and it clearly and concisely explains Cypress e2e testing.
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!
The level of the course was very good!
How explain each step of testing an app.
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.
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
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.