...

/

Solution: e2e Tests

Solution: e2e Tests

Here’s the solution of how to write e2e tests with Cypress and Cypress testing library.

We'll cover the following...

Solution

Your task was to create tests using Cypress and Cypress testing library. Here are the required steps:

For the tests/e2e/specs/website.js file:

Home tests

  • Visit the homepage and
...