...

/

Challenge: e2e Tests

Challenge: e2e Tests

Practice what we’ve learned about Cypress and the Cypress testing library.

Problem statement

End-to-end tests are a great way to test if core user journeys on a website work in a cohesive and coherent manner. Your task is to write e2e tests using Cypress and the Cypress testing library to ensure that the website displays the correct information.

Challenge

Your project contains “Home,” “About,” and “Contact” pages. Your task is to write tests using Cypress and the Cypress testing library that will do the following:

Home

  • Visit the homepage.
  • Check that the homepage contains the
...