cypress-example-docker-circle icon indicating copy to clipboard operation
cypress-example-docker-circle copied to clipboard

Mocha-allure-Reporter Fails

Open knandina1992 opened this issue 6 years ago • 2 comments

Hi,

I am trying to generate mocha-allure-reporter with cypress. The report is generating but

  1. allure global variable is not accessible across the repo(which is helpful to pass step description set Severity etc.).
  2. I am blocked getting the screenshot after each test case. below is my code in cypress.json

"reporter": "mocha-allure-reporter", "reporterOptions": { "targetDir": "e2e/report" }

Someone please assist me how to overcome with this two issues.

knandina1992 avatar May 06 '19 17:05 knandina1992

Hey! Also cannot get allure variable defined. Did you have any progress?

ikesler-tenengroup avatar Dec 02 '19 11:12 ikesler-tenengroup

@knandina1992 @ikesler-tenengroup Please check cypress-allure-plugin

Shelex avatar Apr 08 '20 17:04 Shelex