the tag's text will contain spaces, which will result in errors in the integrations Allure Testops has, e.g. when trying to export the data to jira we'll get
response body {"errorMessages":[],"errors":{"labels":"The label '@pytest.mark.skip('Skipping the test because the tests are using token.')' contains spaces which is invalid."}}
as most of the system do not allow creation of tags/labels with spaces.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
N/A
What is the expected behaviour?
marks with parameters aren't transferred to the *-result.json files as tags.
What is the motivation / use case for changing the behavior?
I'm submitting a ...
What is the current behavior?
when pytest tests are being executed the content of marks with parameters is saved to labels section as a tag.
code like
will result in
the tag's text will contain spaces, which will result in errors in the integrations Allure Testops has, e.g. when trying to export the data to jira we'll get
as most of the system do not allow creation of tags/labels with spaces.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
N/A
What is the expected behaviour?
marks with parameters aren't transferred to the *-result.json files as tags.
What is the motivation / use case for changing the behavior?
tag is a 1 word label should not contain spaces.
Please tell us about your environment:
Other information
N/A