serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
178 stars 280 forks source link

Serenity BDD 4.1.20 - issue with rendering report with html script in examples. #152

Open Ushaputtachari opened 2 weeks ago

Ushaputtachari commented 2 weeks ago

I am using serenity-maven-plugin version 4.1.20 for api automation and my test scenarios has examples to test for cross-site scripting . Examples : |name | |<svg/onload=prompt(1)>| | | After test is completed when report HTML report is created and while launching the report I get prompt as attached.

image once we click OK report shows those examples correctly instead it shows as below.

image