Shelex / cypress-allure-plugin-example

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

Home Page:https://shelex.github.io/cypress-allure-plugin-example/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cypress Allure Plugin Usage Example

SWUbanner

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

Pre-requisite

How to run:

  • clone this repo
  • install dependencies: npm install
  • run tests: npm run cy:run
  • clear previous output npm run allure:clear
  • generate allure report: npm run allure:report
  • open report: allure open

Allure report

VS Code for cypress + cucumber

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

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

About

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

https://shelex.github.io/cypress-allure-plugin-example/


Languages

Language:JavaScript 94.4%Language:Gherkin 5.6%