/cypress-allure-plugin-example

example of cypress + cypress-allure-plugin + github action as CI + allure hosted as github page, report:

Primary LanguageJavaScript

Cypress Allure Plugin Usage Example

This project demonstrates how to use cypress-allure-plugin.

Pre-requisite

How to run:

  • clone this repo
  • run tests: yarn && yarn cy:run
  • clear previous output yarn allure:clear
  • generate allure report: yarn allure:report
  • open report: allure open

Allure report

VS Code for cypress + cucumber

In case you are using VS Code and Cypress Helper extension, it has configuration for allure cucumber tags autocompletion available:

"cypressHelper.cucumberTagsAutocomplete": {
        "enable": true,
        "allurePlugin": true,
        "tags": ["focus", "someOtherTag"]
    }