We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using cucumber in a typescript porject and I would like to use typescritp for my cucumber config file as well.
Webpack has really good support for this type of thing: https://webpack.js.org/configuration/configuration-languages/
Their solution makes use of node-interpret, and I think we could use the same approach here: https://github.com/gulpjs/interpret
One workaround that I'm currently using is to use jsdoc annotations in a js config file.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🤔 What's the problem you're trying to solve?
I am using cucumber in a typescript porject and I would like to use typescritp for my cucumber config file as well.
✨ What's your proposed solution?
Webpack has really good support for this type of thing:
https://webpack.js.org/configuration/configuration-languages/
Their solution makes use of node-interpret, and I think we could use the same approach here:
https://github.com/gulpjs/interpret
⛏ Have you considered any alternatives or workarounds?
One workaround that I'm currently using is to use jsdoc annotations in a js config file.
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: