-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Feature: Support Cucumber usage reporter #113
Comments
This is available as the |
Good point, we should definitely support Cucumber usage reporter. The reason why it is not implemented yet - it relies on step definitions. To have them in Playwright reporter output, playwright-bdd should re-read step definition files once again in the reporter process or pass them as a metadata. Another option as a lightweight solution - enhance |
Maybe lightweight solution first and support usage reporter further down the line? |
Partially related to #53 |
Flag
Output:
Currently unused steps are displayed without file location, will add it in the next release. Keep this issue open for Cucumber usage reporter. |
The problem
I find it hard to find out if I have any unused steps
A solution
When running
bddgen export
it would be nice to see a count next to the step name to locate any unused onesThe text was updated successfully, but these errors were encountered: