- 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
/registration.cy.js
. - Check yourself before submitting the task with a Cypress checklist.
- 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://demoqa.com/automation-practice-form
Your task is to automate the next flow:
- Fill all fields in forms except "picture".
- Click on [Submit] button.
- Assert inputed data in modal window.