- Fork the repo.
- Clone your forked repository.
- Run the command
npm i -D @types/cypress@latest
. - Create a new branch
git checkout -b testing
. - Resolve tasks in the
cypress
/e2e
/signIn.cy.js
. - Create a pull request.
- Do not forget to click on
Re-request review
if you submit the homework after previous review.
App for testing: https://react-redux.realworld.io
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.