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

Output file name is pre-pended with path to test file (Windows version) #794

Open
hkelley opened this issue May 16, 2024 · 0 comments
Open

Comments

@hkelley
Copy link

hkelley commented May 16, 2024

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?

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

No branches or pull requests

1 participant