Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chaitanyarajugithub opened this issue Jun 26, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@chaitanyarajugithub
Copy link

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:

  • When an error occurs in the before hook, Cypress stops executing further tests in that suite.
  • The after hook still executes for cleanup purposes.

Execution of after Hook:

  • If the after hook executes without any errors, Allure correctly logs the failure details from the before hook.
  • However, if the after hook also encounters an error, Allure does not properly log the failure details from both the before and after hooks. This results in incomplete error reporting in Allure.

Steps to Reproduce:

  • Create a Cypress test suite with before and after hooks.
  • Introduce an error in the before hook.
  • Ensure the after hook also encounters an error.
  • Execute the test suite and observe the Allure report.

Screenshot:
image

@chaitanyarajugithub chaitanyarajugithub added the bug Something isn't working label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant