prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

Would it be possible to user -DslackTestId #333

Closed sobi-ki closed 2 years ago

sobi-ki commented 2 years ago

Hey,

would it be possible to send -DslackTestId so that I can replace the TestId?

@CourgetteOptions( ... slackWebhookUrl = "https://hooks.slack.com/services/your-slack-url", slackChannel = {"channel1", "channel2"}, slackTestId = "Production test - Build 1.0.0", slackEventSubscription = {CourgetteEvent.ALL}, cucumberOptions = @CucumberOptions( // cucumber options here ) )

prashant-ramcharan commented 2 years ago

Hi,

Yes you can.

-Dcourgette.slackTestId=something
sobi-ki commented 2 years ago

Thanks a million