Skip to content

booleksandra/qa_cypress_e2e_article_flow

 
 

Repository files navigation

Cypress: Article flow

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/article.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: Conduit

Your task is to check next flow:

  1. Create the article:
    • use login command to sign in before the test.
  2. Delete the article:
    • use createArticle to create the article before the test for deleting it;

Generate unique data for sign in and article creation in tests.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Shell 1.4%