prashant-ramcharan / courgette-jvm

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

Courgette Reports (courgette-jvm Version 5.12.0 and 6.0.0): HTML formatting no longer being recognized when adding custom logging to report #301

Closed chmccue closed 2 years ago

chmccue commented 2 years ago

In courgette-jvm 5.12.0 and 6.0.0, the Courgette HTML reports are no longer recognizing custom log HTML formatting.

As of courgette-jvm 5.11.0, the HTML formatting was working as expected.

To reproduce: use currentScenario.log to write directly to the HTML report.

eg: currentScenario.log("this <br> should <br> be on separate <br> lines");

See screen shots.

Screen Shot 2021-12-13 at 1 34 04 PM Screen Shot 2021-12-13 at 1 07 19 PM
prashant-ramcharan commented 2 years ago

Thanks, I will release a fix for this.

prashant-ramcharan commented 2 years ago

This is now fixed in Courgette 6.1.0

chmccue commented 2 years ago

Verified on my end, thanks @prashant-ramcharan!