prashant-ramcharan / courgette-jvm

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

Report output get only show all failed #402

Closed sobi-ki closed 2 months ago

sobi-ki commented 6 months ago

Hey,

I hope you are doing well.

I have a question regarding the event question.

https://github.com/prashant-ramcharan/courgette-jvm?tab=readme-ov-file#event-subscription

Given the below scenario: I want to output all the failed scenarios within Slack when I run a set of tests.

Currently, I do see a printout when a test fails, but it does not show a list of failures at the end of the run.

Do we currently have an option to show a list of failed tests on Slack?

Thanks

prashant-ramcharan commented 6 months ago

Hi, currently there's no option to output a list of failed tests in Slack.

You can use TEST_RUN_SUMMARY to get an overview of the number of failed tests but this does not show the a list of failed tests.