Prashant Ramcharan
Prashant Ramcharan
Hello, As Lombok is not a direct dependency on Courgette my preference would be to wait for Extent Reports to upgrade its Lombok dependency. I will then upgrade the Extent...
Hello, Using `CourgetteRunLevel.SCENARIO` means you have to write loosely coupled tests where each scenario / test can pass independently of any other scenario / test. This is best practice and...
Hello, You cannot provide the `reportTargetDir` in the way that you have as it will not be available to the runner. You also don't need to provide an absolute path....
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...
Hi @Kannan0893 , unfortunately I've not had much time to progress on this.
@Kannan0893 this change is now released in Courgette `6.9.1`
Hi @albertolopez55 , can you provide a sample project to demonstrate this?
Hi @FranciscoAAR Thanks for that. Do you mind sharing the project so I can debug further, please?
@FranciscoAAR Just had a look into your sample project. This seems to work however you should not set the `cucumber.features` to a classpath. Courgette and Cucumber should resolve the features...
Hi @FranciscoAAR , I will release an update to the library to support this. I've tested a version locally with a change to support this. Attached jar below: `````java java...