Testing React Applications, v2

Testing React Applications, v2

4 hours, 11 minutes CC

This course is no longer being maintained. We recommend the testing section of the Intermediate React course instead. We now recommend you take the Intermediate React, v5 course.

Learn to catch errors before they reach the end user with automated tests! Write maintainable tests for your React applications using the popular Jest testing framework. You'll also see how much of your code is covered in tests, test your React components with the react-testing library and write end-to-end tests with Cypress and the cypress-testing library. Join Kent and learn how to test your code in-depth. This course is for developers who want to gain confidence in shipping bug-free React applications to production!

This course and others like it are available as part of our Frontend Masters video subscription.

Published: May 13, 2018
Get Unlimited Access Now
Table of Contents

Introduction

Test Configurations

Unit Testing React Components

Snapshot Testing

Integration Testing Pages

Configuring Cypress

Wrapping Up