Shelex / cypress-allure-plugin

cypress plugin to use allure reporter api in tests
https://shelex.github.io/cypress-allure-plugin-example/
Apache License 2.0
159 stars 44 forks source link

Incomplete Allure Reporting on Errors in before and after Hooks #232

Open chaitanyarajugithub opened 4 months ago

chaitanyarajugithub commented 4 months ago

Description: There is an issue with the Allure reporting in our Cypress tests where failures in the before and after hooks are not being logged correctly. Specifically:

Error in before Hook:

Execution of after Hook:

Steps to Reproduce:

Screenshot: image