Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sanitization approach of TestInfo properties NameSanitized and SuiteNameSanitized #828

Closed
YevgeniyShunevych opened this issue Feb 19, 2024 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

YevgeniyShunevych commented Feb 19, 2024

Before v3, invalid characters were just removed from a string. Now they are replaced with underscore symbol, similarly to sanitization of screenshot and snapshot file names. This mainly affects the test folder names in Artifacts directory path.

Example

Test("2/1") as Name becomes
Test(_2_1_) as NameSanitized

@YevgeniyShunevych YevgeniyShunevych added this to the 3.0.0 milestone Feb 19, 2024
@YevgeniyShunevych YevgeniyShunevych self-assigned this Feb 19, 2024
YevgeniyShunevych added a commit that referenced this issue Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant