Closed trueneu closed 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
Just tried it out, it fixes the config template behaviour. Thank you very much for such a prompt response.
Glad to hear I'll make an official release later this week
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.