You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The path to the yaml file is being pre-prended onto the output file.
When I run the test with the yaml in a non-local folder:
venom.windows-amd64.exe run \Users\joe\Downloads\tests_suite.yml --var="target_site=https://xyz.com" --format=json --output-dir=venom-test
I get this error (path misconstruction):
Error while creating file venom-test/test_results_\Users\joe\Downloads\tests_suite.json: open venom-test/test_results_\Users\joe\Downloads\tests_suite.json: The system cannot find the path specified.
Is this expected?
The text was updated successfully, but these errors were encountered:
The path to the yaml file is being pre-prended onto the output file.
When I run the test with the yaml in a non-local folder:
I get this error (path misconstruction):
Is this expected?
The text was updated successfully, but these errors were encountered: