top-meta icon indicating copy to clipboard operation
top-meta copied to clipboard

End-to-end Testing

Open KevinMulhern opened this issue 4 years ago • 0 comments

Summary

We need a lesson to introduce students to end-to-end testing and what to test with it.

Acceptance Criteria

Lesson content should cover:

  • [ ] What are end-to-end tests?
  • [ ] What to test - test the happy path and don't try to cover all edge cases.
  • [ ] The testing pyramid.
  • [ ] Exercise: write some more end-to-end tests for the example project.

KevinMulhern avatar Jul 29 '21 00:07 KevinMulhern