We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With the file foo.hurl:
foo.hurl
GET https://foo.com [Options] output: foo.out
Run with --file-root options:
--file-root
$ hurl --file-root /tmp foo.hurl
The response should be write to /tmp/foo.out
/tmp/foo.out
Hurl 4.2.0 writes the response to the current directory, not taken --file-root into account.
The text was updated successfully, but these errors were encountered:
jcamiel
Successfully merging a pull request may close this issue.
With the file
foo.hurl
:Run with
--file-root
options:The response should be write to
/tmp/foo.out
Hurl 4.2.0 writes the response to the current directory, not taken
--file-root
into account.The text was updated successfully, but these errors were encountered: