Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1012 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 1012 Bytes

QA-TEST RAUL Raul Roberto Pereira Dias

USED FRAMEWORK

  • Cypress.

PREREQUISITES

  • Node.Js,
  • Yarn (optional),
  • Cypress;

RUN THE TESTS

  1. Clone this project;
  2. In your terminal, cd project directory;
  3. Type npm or yarn run cypress:open;
  4. The default cypress browser will open and execute all the tasks.

TESTS

  1. Sign in: - Sign in with a valid e-mail and an wrong password;
    - Sign in with a blank e-mail;
    - Sign in with a blank password;
    - Sign in with a registered e-mail and correct password;
    - Sign in with a registered e-mail and invalid password;
  2. Adding product in the cart:
    - Sign in and add a product in the cart;
    - Adding a new product by choosing T-shirts menu option;
    - Add product from home page then from T-shirts menu option;
    - Adding a product in the cart, then sign in at checkout;