-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sharing custom formatters #992
Comments
If We could still create this formatter alias block so it can be applied with a nicer name, but the user shouldn't need to specify the path within the node module in most cases |
@charlierudolph That's a proper intermediate solution. Thanks. |
Closing and will add a comment to #751 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I have built a custom formatter (for TAP output), and now I want to share this formatter. However, I can only specify a file name for a custom formatter. That means I need to point to
node_modules/[myformatter]/dist/tap-formatter.js
, which is not really nice.Do you have any plans to support pointing to a package? For example by extending the
cucumber.js
configuration file, so I can put something in there like:So I can use
-f tap
.The text was updated successfully, but these errors were encountered: