IdeaGinkgo / Intellij-Ginkgo

Idea plugin for running and viewing ginkgo tests
GNU General Public License v3.0
34 stars 13 forks source link

Default test run configuration #74

Closed trueneu closed 1 year ago

trueneu commented 1 year ago

In our codebase, the ginkgo test suites are written with a certain gobuild tag. Is it possible to specify default Ginkgo additional options so they'd be applied automatically on every "Run context configuration"? (else, ginkgo doesn't see any tests to execute, and adding those by hand is very tedious). That'd also be helpful if someone wanted to add -p for parallel by default.

Strangely enough, altering ginkgo run configuration template doesn't affect the ginkgo options at all.

TaylorOno commented 1 year ago

The fact that run configuration template doesn't affect the ginkgo run options seems like a bug on my end let me investigate

trueneu commented 1 year ago

Just tried it out, it fixes the config template behaviour. Thank you very much for such a prompt response.

TaylorOno commented 1 year ago

Glad to hear I'll make an official release later this week