Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Xporter Cloud 2.2.5
-
None
-
None
-
Jira Cloud
Description
Description
When exporting a Cucumber Scenario that contains "&b", the export will break.
How to reproduce
- Create a Cucumber Test and add the following Scenario:
- Create a template to export the Cucumber Scenario:
Actual result/Attachments
It will break the export and only print from after b.
Example:
Expected result
It should print everything inside the Cucumber Scenario field
Workaround
Remove the & or b should solve this issue.