Completed
And end-to-end testing?
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Testing GraphQL - From Zero To Hundred Percent
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why write tests?
- 3 Check if errors and edge cases are handled correctly
- 4 Improves your code quality
- 5 Or test GraphQL client-side
- 6 Testing client-side
- 7 Test schemas
- 8 And for bigger schemas?
- 9 What about resolvers?
- 10 Integration tests?
- 11 With server mocking
- 12 Together with Postman
- 13 On the client-side
- 14 And end-to-end testing?
- 15 100% test coverage !== 0% bugs