Skip to content

Pending&Skipped status on HTML reporter #466

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

WassimMalouch
Copy link

This PR improves how multiple-cucumber-html-reporter handles pending statuses. Specifically:
If any step in a scenario is marked as pending, the entire scenario is now correctly reported as pending instead of skipped.
The calculation of pending scenarios and features has been fixed accordingly.
All logic changes are implemented in generate-report.js.

✅ Fixes / Enhancements
Accurate status classification for pending steps.
Ensures pending scenarios are reflected correctly at both the scenario and feature level in the final HTML report.
Improves consistency with step-level statuses.

@WasiqB
Copy link
Owner

WasiqB commented Aug 8, 2025

Hey @WassimMalouch ,

Thanks for raising the PR.

Before I merge this PR,

  • Can you create an Issue describing the issue with screenshot
  • Attach the screenshot in this PR after generating the report with the new changes

This will help me understand the issue better and also track the PR with the issues.

@WasiqB
Copy link
Owner

WasiqB commented Aug 14, 2025

Hey @WassimMalouch ,

Can you also add some tests related to pending scenarios to ensure your changes are working as expected before I approve and merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants