Page 1 of 6
Integration Tests for React/Nextjs Apps - Part 2
Challenge 1 / 3
Let's do some practice 🙂
Formulating good test descriptions is more important than naming variables and functions — they should serve as clear documentation for your application's behavior.
Mark which options are well written test subjects
*
Answer #1
it('see success page when resolving the challenge')
it('Complete game on the page')
it('play game while failing the challenge')
it('shows "Great job!" when score=30')
it('Collect earned points when captureOverallScore feature is enabled')
Next