Skip to content

mate-academy/qa_pw_conduit_article_test_steps

Repository files navigation

Practice task: Conduit article tests with steps

Preparation:

  1. Open the forked repo in VSCode.
  2. Create a new branch: git checkout -b added_article_test
  3. Run the installation commands npm ci & npx playwright install.

Main task:

  1. Create new tests for the conduit article:
  • create an article with required and optional fields;
  • create an article without article description;
  • create an article without article text;
  • create an article without article tag;
  1. Use as an example createArticleWithoutRequiredFields.spec.js test.
  2. Please use the POM pattern for new test.
  3. Make sure to add all the test preconditions to the beforeEach block.
  4. Please add a test.step for each method in the page classes;
  5. Re-run all your tests and make sure they pass after the updates.

Task Reporting:

  1. Add and commit all your updates.
  2. Push the code to the origin.
  3. Create PR for your changes.
  4. Fix all the suggestions from the Code review until PR is approved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published