Completed
Running the test in prettier
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
How to Write Tests for Your Gatsby Sites and Apps With Kent C. Dodds - Learn With Jason
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 About Kent
- 4 Workshops
- 5 Hooks
- 6 Gatsby Starter Kit
- 7 Gatsby Testing Trophy
- 8 Precommit Hook
- 9 Testing Locally
- 10 Installing Husky
- 11 Why is git get useful
- 12 Running the test
- 13 Running the test in prettier
- 14 Git Push
- 15 Testing Trophy
- 16 Installing Cypress
- 17 What is Cypress
- 18 Viewing test results
- 19 Gatsby project configuration
- 20 Deleting files
- 21 Dynamic variables
- 22 Adding commands
- 23 Importing commands
- 24 Writing tests early
- 25 Writing tests that dont have to change
- 26 Adding a smoke test
- 27 Testing framework
- 28 Test name
- 29 Run test
- 30 Verify about
- 31 Smoke testing
- 32 Get by text
- 33 Get text
- 34 Add lint
- 35 Add es
- 36 Commit
- 37 Add more pages
- 38 No JavaScript errors
- 39 React Testing Library
- 40 Testing a subscribed form
- 41 Importing React elements
- 42 Passing tests
- 43 Adding a test script
- 44 Changing the test directory
- 45 Running into an error