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

Add "DontScrubDirectories" Method for Verify Settings #890

Closed
sirkiza opened this issue May 24, 2023 · 3 comments
Closed

Add "DontScrubDirectories" Method for Verify Settings #890

sirkiza opened this issue May 24, 2023 · 3 comments

Comments

@sirkiza
Copy link

sirkiza commented May 24, 2023

Description:
Currently, the Verify framework automatically scrubs the temporary location with the {TempPath} parameter, and there is no way to disable or modify this behavior. We kindly request the addition of a new method called "DontScrubDirectories" that allows users to control the scrubbing process.

This feature is crucial for our testing purposes, as the current behavior breaks the expected behavior of our tests, making them dependent on the operating system where the tests are run. Our tests rely on retrieving expected files from a REST API, and the automatic scrubbing interferes with this process.

By introducing the "DontScrubDirectories" method, we would have the flexibility to disable the scrubbing of directories when necessary, ensuring consistent and reliable test results across different environments.

We appreciate your attention to this matter and kindly request your prompt action to address this issue. If you require any further information or clarification, please let us know. Thank you for your support.

@SimonCropp
Copy link
Member

happy to consider a Pull Request for this change

@faze79
Copy link

faze79 commented Apr 22, 2024

I have this issue too during test execution that differ only for {TempPath} replacement.
Please add a boolean to skip this replacement...

@SimonCropp
Copy link
Member

@faze79 happy to accept a PR for this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants