Introduction to Cypress will help you with this task.
- Run
rhino::test_e2e()
. - Run
rhino::test_e2e(interactive = TRUE)
.
Create a test to check if the page displays a title.
Uncomment the code in the test and write Cypress code to make it pass: Type name and check if the app greets the user.
Uncomment the code in the test and write Cypress code to make it pass: Check all boxes and find a congratulations message.