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

support Cypress pending (skipped) tests #948

Closed
RobertBattaglia opened this issue May 19, 2024 · 0 comments · Fixed by #1029
Closed

support Cypress pending (skipped) tests #948

RobertBattaglia opened this issue May 19, 2024 · 0 comments · Fixed by #1029

Comments

@RobertBattaglia
Copy link

Is your feature request related to a problem? Please describe.
I would like to use allure reports to track the number of skipped cypress tests in my projects. My team tends to skip tests instead of fixing the underlying issues so we need a way to track number of skipped tests so they don't pile up ad infinitum.

Describe the solution you'd like
Ideally, the solution would reuse the existing allureReportTest task. I believe the issue is that the afterEach hook does not run for tests that are explicitly skipped (cypress calls these 'pending').

RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 19, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 19, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 19, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 19, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 19, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 20, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 20, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 20, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 20, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue May 20, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue Jun 7, 2024
RobertBattaglia added a commit to RobertBattaglia/allure-js that referenced this issue Jun 7, 2024
epszaw pushed a commit that referenced this issue Jul 1, 2024
epszaw pushed a commit that referenced this issue Jul 1, 2024
@epszaw epszaw closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants