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
On Hurl 4.1.0:
Output file doesn't exist:
$ echo 'GET https://hurl.dev' | hurl --output /tmp/toto/tata.out error: Undefined error
Output file is readonly:
$ echo 'GET https://hurl.dev' | hurl --output /tmp/readonly.out error: Undefined error
Output file is a directory:
$ echo 'GET https://hurl.dev' | hurl --output /tmp/dir/ error: Undefined error
Expected: error message should be informative
The text was updated successfully, but these errors were encountered:
jcamiel
Successfully merging a pull request may close this issue.
On Hurl 4.1.0:
Output file doesn't exist:
Output file is readonly:
Output file is a directory:
Expected: error message should be informative
The text was updated successfully, but these errors were encountered: