Skip to content

vlasiuksasha/qa_cypress_e2e_intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Inroduction

Workflow

  1. Fork the repo.
  2. Clone your forked repository.
  3. Run the command npm i -D @types/cypress@latest.
  4. Create a new branch git checkout -b testing.
  5. Resolve tasks in the cypress/e2e/signIn.cy.js.
  6. Create a pull request.
  7. Do not forget to click on Re-request review if you submit the homework after previous review.

Task

App for testing: https://react-redux.realworld.io

Your task is to automate the next flow:

  1. Visit "Sign in" page.
  2. Fill in email and password fields as valid data.
  3. Click on [Sign In] button.
  4. Assert your username appeared in "Site navigation (Header)" menu.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%