Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 774 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 774 Bytes

AUTOMATION TEST IN CYPRESS - From Automação com Batista


Project using Cypress language, with cucumber

Automação com Batista

Instalation/setup

Pre-Req:

  • Vscode
  • cypress "^7.7.0" or superior
  • node v16.5.0 or superior
  • Git
  1. Clone the project: git clone https://github.com/nathaliaifurita/Demo_Store_Cypress.git

  2. Project Instalation: npm install cypress --save-dev

Run the tests:

To run all the tests: npx cypress open

Created by: Nathalia Freire and Mariana Bonfim