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

Support more configuration formats #2448

Open
TzviPM opened this issue Nov 28, 2024 · 0 comments
Open

Support more configuration formats #2448

TzviPM opened this issue Nov 28, 2024 · 0 comments

Comments

@TzviPM
Copy link

TzviPM commented Nov 28, 2024

🤔 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

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

No branches or pull requests

1 participant