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

Suppress 'meaningless' Feature/Scenario IDs in HTML reports #144

Closed
craigfowler opened this issue May 7, 2018 · 1 comment
Closed

Suppress 'meaningless' Feature/Scenario IDs in HTML reports #144

craigfowler opened this issue May 7, 2018 · 1 comment
Labels
enhancement A feature enhancement

Comments

@craigfowler
Copy link
Member

When using Screenplay with SpecFlow, the IDs of the features and scenarios are auto-generated GUIDs. It is pointless to include these GUIDs in the reports.

Anything which writes reports should have some manner of indicating that a Feature/Scenario is auto-generated. When this is detected in the report, the reporting mechanism may choose to suppress them.

@craigfowler
Copy link
Member Author

I have a first stab of this done, but I'd like to rework it a little so that I don't need to explicitly configure the reporter differently.

What I need is to extend the event which is raised when a test runner begins a scenario. It's at that point it should be able to pass (via event args) flags which indicate the identifiers which were auto generated.

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

No branches or pull requests

1 participant