Testing Next.js Apps with Jest, Testing Library and Cypress
Last updated 10/2024
Duration: 7h 57m | .MP4 1280x720 30 fps(r) | AAC, 44100 Hz, 2ch | 3.41 GB
Genre: eLearning | Language: English
Last updated 10/2024
Duration: 7h 57m | .MP4 1280x720 30 fps(r) | AAC, 44100 Hz, 2ch | 3.41 GB
Genre: eLearning | Language: English
Learn to test a real-world serverless React app with routes, authentication, database and more!
What you'll learn
- Testing Next . js UI, API, routes, authentication and database interactions
- When to use unit testing, integration testing and end-to-end testing – and why!
- Strategies for testing SSG, SSR, ISR and CSR (including cache updates and SWR revalidation intervals)
- How to use a test database for tests that involve data fetching and mutations
Requirements
- Next . js UI and API (particularly version 10+)
- React components and hooks
- RECOMMENDED: Jest, Testing Library for React, Cypress
- HELPFUL: Mock Service Worker
Description
Learn how to test your Next.js app from top to bottom! Tests provide confidence that your Next.js app won't be released with embarrassing, costly bugs. Employers need developers who know how to write tests!
Comprehensive Next.js App Testing
This course teaches how to testall aspects of a Next.js application, including:
UI unit tests
API unit tests
Next.js routes
Cached pages
Data updates (both to the cache and via SWR refresh interval)
Authentication
End-to-End tests for a complete user flow
The course uses across-section of testing technologies, featuring:
Jest
React Testing Library
Mock Service Worker
Cypress
Cypress Testing Library
You'll also learn awide array of testing techniques, such as:
Using a test database
Environment variables
Jest module mocking
Testing definitions and tradeoffs (not necessarily a technique, but helpful in making decisions about what to test!)
Practice what you've learned
The course includes "code quizzes" – challenges to write code based on the concepts you've just learned. For more concept-heavy sections (such as testing definitions and guidelines) the course provides multiple-choice quizzes.
Test a pre-written app
A Next.js app has already been written for the course, so the course content can focus on testing. The course tests a popular concert venue app called… Popular Concert Venue (the owners were apparently running low on creativity when they named the place). The app features shows from bands such asThe Joyous Nun RiotandAvalanche of Cheese. Randomized, mad-libs style band descriptions and images add to the fun.
Proven Instructor
The instructor is aproven Udemy veteran, with reputation forclear explanations,Q&Aresponsiveness,conciseness, and usefulpractice activities. Here are some reviews from the instructor's other courses:
A great course, probably the best testing course I've ever taken.
After watching other courses on the same topic, this is the first one that I'm actually excited to dig into.
This course exceeded all my expectations. It has the right amount between practice and theory. The teacher is amazing and thoughtful and she answers the students.
I have taken several courses on Udemy, and this is the best one where the teacher doesnt just lecture, but actually structures the class so that I learn the material.
Who this course is for:
- Next . js developers who want to learn how to test all aspects of their app
More Info