Details
-
Bug
-
Status: Closed
-
Medium
-
Resolution: Fixed
-
3.002.002-2
-
XRAYCLOUD 2022 Sprint 13, XRAYCLOUD 2022 Sprint 14
Description
Description
When importing feature files, we are removing the escape bars present
How to reproduce
- Create a feature file with the scenario above:
Scenario Outline: Test scenario When a user invokes the endpoint with body: <body> Then a user error is returned with message: <message> Examples: | body | message | | {"role": "foo"} | Invalid enum value. Expected 'bar' \| 'test' \| 'abc', received 'foo' |
- Import the feature file via REST API
- Check the scenario
Actual result/Attachments
Xray considers the scenario is wrong because we eliminate the backslashes.
Expected result
Xray should not eliminate these characters. Note, the export to feature file works as expected.
Environment
- <environments>