You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature: Belly
Header text
</script><script>alert('hello')</script>
Footer text
Scenario: a few cukes "</script><script>alert('hello')</script>"
Given I have 42 cukes in my belly
When I wait 1 hour
Then my belly should growl
Note that the first </script><script>alert('hello')</script> from the feature description is not included, the second is.
✅ What did you expect to see?
All html elements should be included, rendered as text.
👓 What did you see?
Note that the first
</script><script>alert('hello')</script>
from the feature description is not included, the second is.✅ What did you expect to see?
All html elements should be included, rendered as text.
📦 Which tool/library version are you using?
cucumber-html v21.4.1
This is important, because without cucumber/html-formatter#312 the report will not render at all.
🔬 How could we reproduce it?
No response
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: