- 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
/article.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: Conduit
Your task is to check next flow:
- Create the article:
- use
login
command to sign in before the test.
- use
- Delete the article:
- use
createArticle
to create the article before the test for deleting it;
- use
Generate unique data for sign in and article creation in tests.