-
Notifications
You must be signed in to change notification settings - Fork 23
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
Trigger reset environment (before a test suite) #225
Comments
@sir-farfan It is easily possible via script in the file to reset the environments, but this would always be for all executions. This is probably rather undesirable. I would suggest that I include these changes.
Does that sound good? It will take a few days though, as I just started a little side project. |
Hi @AnWeber yeah, that sounds good. I appreciate the intention, the plugin has been a big help so far :) |
The feature will be delivered with the next version. I will release this in the next few days, probably on Sunday. |
Where do you set
I assume that every time I run tests from the |
@alekdavisintel it is a vscode setting: |
@AnWeber Thanks, it works. |
Hello
Because reasons, I need to remove all cookies and variables before running a whole file.
"httpYac: Reset Environments" is at the top when I press F1.
I only need to reset when running all the tests in a file, not when I'm sending individual requests one by one.
Sometimes I forget to do it and half of the tests fails xD
Is there a configuration or directive I can put somewhere to make that happen automatically?
The text was updated successfully, but these errors were encountered: