I'm submitting a bug report.
What is the current behavior?
Cucumber feature files containing special characters e.g. : " ? / do not appear in the Allure report
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
In a cucumber feature file add any of the following characters : " ? / to the scenario outline and run the test. When generating the allure report that particular scenario will be missing from the report.
What is the expected behavior?
The scenario should appear in the report.
What is the motivation / use case for changing the behavior?
To fix a bug.
Please tell us about your environment:
| Test framework | testng@6.11 |
| Allure integration | allure-testng@2.0-BETA18 |
| Generate report using | allure-maven@2.8 |
also tried with:
| Test framework | testng@6.11 |
| Allure integration | allure-testng@2.0-BETA19 |
| Generate report using | allure-maven@2.9 |
but have the same issue.
I'm submitting a bug report.
What is the current behavior?
Cucumber feature files containing special characters e.g. : " ? / do not appear in the Allure report
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
In a cucumber feature file add any of the following characters : " ? / to the scenario outline and run the test. When generating the allure report that particular scenario will be missing from the report.
What is the expected behavior?
The scenario should appear in the report.
What is the motivation / use case for changing the behavior?
To fix a bug.
Please tell us about your environment:
| Test framework | testng@6.11 |
| Allure integration | allure-testng@2.0-BETA18 |
| Generate report using | allure-maven@2.8 |
also tried with:
| Test framework | testng@6.11 |
| Allure integration | allure-testng@2.0-BETA19 |
| Generate report using | allure-maven@2.9 |
but have the same issue.