quarkiverse / quarkus-cucumber

Quarkus Cucumber extension
Apache License 2.0
14 stars 14 forks source link

feat: link test source uri to features and scenarios #102

Open dmi3coder opened 1 year ago

dmi3coder commented 1 year ago

This change will allow users in IDE's to locate exactly selected feature. Before that it was opening CucumberQuarkusTest on any selection. Hard to figure out the unit tests part here, as I understand the integration tests are the only available ones now fixes #101

dmi3coder commented 1 year ago

@gsmet any chance to have a look?

gsmet commented 1 year ago

@dmi3coder sorry, I missed your ping. Could you rebase (there is a small conflict). Also could you please avoid reorganizing all the imports?

mvn process-sources might help but you need to drop the star imports anyway.

dmi3coder commented 1 year ago

Sure, will fix it over the weekend 👍️

frederikb commented 3 months ago

Hi @dmi3coder, thanks for the PR! Do you think you will get around to cleaning it up? Looks helpful.

If you're to busy I could take your changes and prepare another PR with you as a co-author.