Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 745 Bytes

File metadata and controls

22 lines (16 loc) · 745 Bytes

Cypress: Student Registration Form

Workflow

  1. Fork the repo.
  2. Clone your forked repository.
  3. Run the command npm i.
  4. Create a new branch git checkout -b testing.
  5. Resolve tasks in the cypress/e2e/registration.cy.js.
  6. Check yourself before submitting the task with a Cypress checklist.
  7. Create a pull request.
  8. Do not forget to click on Re-request review if you submit the homework after previous review.

Task

App for testing: https://demoqa.com/automation-practice-form

Your task is to automate the next flow:

  1. Fill all fields in forms except "picture".
  2. Click on [Submit] button.
  3. Assert inputed data in modal window.