Skip to content

Repo con relación a lo que vamos a trabajar en el Mes de QA 2024

Notifications You must be signed in to change notification settings

manoelcyreno/mesdeqa2024

Repository files navigation

Cypress Tests

Mes de QA 2024

Repository related with our presentation on "Mes de QA 2024" - Presentation

Prerequisites

Make sure you have the following installed before getting started:

Useful commands

  • npm install -> Install all dependencies
  • npm run test -> Run all tests in headless mode on the test environment
  • npm run test:ui -> Run all tests using an User Interface on the test environment

Commands about specific group of tests

  • npm run test:e2e -> Run all e2e tests in headless mode on the test environment
  • npm run test:api -> Run all api tests in headless mode on the test environment

Commands about smoke tests

  • npm run test:smoke -> Run all critical tests in headless mode on the test environment
  • npm run test:smoke:e2e -> Run all critical e2e tests in headless mode on the test environment

How to run the tests in local

  • Clone the project -> git clone https://github.com/manoelcyreno/mesdeqa2024.git
  • Go to the root folder of the project -> cd mesdeqa2024
  • Install all dependencies -> npm install
  • Run all tests in headless mode -> npm run test

About

Repo con relación a lo que vamos a trabajar en el Mes de QA 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published