This repo contains a small sample app that you've been asked to write Cypress tests for.
You will need to fork this repository and clone it locally.
After cloning the repository, you'll need to run the site locally using:
yarn install
yarn dev
# OR
npm install
npm run devLocal login credentials are me@example.com and password
You will be scored based on your ability to complete the following tasks:
- Install and set up Cypress
- Test a successful login
- Test a failed login (including error states)
- Test side menu usage
- Test content loading
- Add any other tests you believe would be beneficial