- Fork the repo.
- Clone your forked repository.
- Run the command
npm i. - Create a new branch
git checkout -b testing. - Resolve tasks in the
cypress/e2e/signIn.cy.js. - Check yourself before submitting the task with a Cypress checklist.
- Create a pull request.
- Do not forget to click on
Re-request reviewif you submit the homework after previous review.
App for testing: https://react-redux.realworld.io
Back-up app for testing, if you have any issues with the app above: https://conduit.mate.academy/
Your task is to automate the next flow:
- Visit "Sign in" page.
- Fill in email and password fields as valid data.
- Click on [Sign In] button.
- Assert your username appeared in "Site navigation (Header)" menu.