Skip to content

dannybarrientos/cypress-allure-github-action

Repository files navigation

cypress-cucumber- e2e-testing

exemplo imagem

Cypress 10 + with Cucumber

💻 Topics

Integrated with:

(+ bundlers: https://github.com/badeball/cypress-cucumber-preprocessor/tree/master/examples)

  • 💻 Pre-requisites

  1. Node JS
  2. Optional: Java 8 for Allure Reporter
  3. Optional: Json-formatter for Native Reporter option(depends on your OS: https://github.com/cucumber/json-formatter)

🚀 Install the projects

Install project dependencies with: npm i

Run the demo:

  1. Standard Execution:
  • npx cypress run --spec cypress/e2e/features/* --env tags=@mobile
  1. Standard Execution with Docker

  2. Create Image

  • docker buildx build -t testing-chile:1.0 .

    1. Command Execution
  • docker run -i -t testing-chile:1.0 cypress run --spec cypress/e2e/features/* --env tags=@mobile

  • docker run -v ./cypress/reports:/testing-chile/cypress/reports testing-chile:1.0 cypress run --spec "cypress/e2e/features/*.feature" --env tags=@mobile

  • Docker Compose:

    1. docker compose run e2e

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages