/cypress_verify_tarjetas

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Cypress template with Many Users on Fixture

Esse template tem como intuito facilitar a criação de novos projetos de automação de testes.


Requisitos:

  • nodejs
  • npm
  • cypress

Configuring the project

Run the command below:

npm install

Run tests:

npm run cy:run

You can open Cypress window running the following command:

npm run cy:open