Course Information
Course Overview
Prepare for React unit testing with Jest and Testing E2E with Cypress. Learn React testing skills and concepts.
This course is great preparation for any React testing that you may have coming up. Quality code testing needs a lot amount of knowledge, but the best way to prepare for it is a lot of practice! In this course you will everything that come from real React projects about testing. There are no excersises that nobody asks here. In every video you will learn something useful that you will write every day. We will take a deep dive into the skills, concepts, and techniques that are required to solve each problem.
When you have completed this course you will have mastered React testing on a high level and you will also have learned the concepts, skills, and techniques, like testing with Vitest and Cypress and using things like mocking and spying that are necessary for you to excel in any testing. You will feel very confident testing any React project you will have. On top of all this, you will strengthen your React programming skills and React fundamentals in overall.
Core topics of the course:
Unit testing concepts
E2E concepts
Testing context and hooks
Mocking and spying dependencies
Testing components
Testing Redux
Full project unit testing on a real project
Cypress testing on a real project
Course Content
- 5 section(s)
- 28 lecture(s)
- Section 1 Introduction
- Section 2 Unit Testing
- Section 3 Testing Redux
- Section 4 E2E testing
- Section 5 Homework
What You’ll Learn
- Be very well prepared for any React testing you will have
- Excel in a wide variety of React testing possibilities
- Strengthen you React testing skills and your knowledge of important testing concepts
- Learn the skills, concepts, and techniques of testing
- Feel very confident in testing React projects
Reviews
-
FFederico Lacabaratz
I really liked it. A couple of things when showing examples, most of all related to installing cypress in macOS environments were a bit difficult on my side to solve out but I managed to get on with it. Happy with the course in general.
-
DDavid Rangel
The teacher has experience, but there may be some opportunity areas in the videos: 1. The are no returns in the components upto class 4 (this may not be important in JS but its important in Typescript). 2. There is a strong recommendation to do the test after the project is finished but the other testing methodologies should be mentioned such as TDD (Test Driven Development) 3. In the class the use of test ids is strongly recommended but in the documentation of vitest it is said that data-testid should be the last option: "data-testid attributes does not resemble how your software is used and should be avoided if possible."
-
MMuchaSsak
Modern, fast-paced, teacher is knowledgable about the topic. I enjoyed it! :)
-
JJadson dos Santos
Muito bom. Os cenários são muito bem explicados, e ele mostra pra que cada função é usada e com exemplos bem fáceis de entender