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
Hurl can produce output to either stdout or a report file.
Output
We will use the terminology output, only for the one going to standard output. The output can be written to a file with the option --output FILE.
output
--output FILE
We will have different types of output:
--summary
--json
Report
The options need to encapsulate both the type and the filename:
--html-report DIR
--junit-report FILE
The text was updated successfully, but these errors were encountered:
Alternative using report as prefix --report-html DIR --report-junit FILE
--report-html DIR
--report-junit FILE
--report-text FILE could be even added in the future.
--report-text FILE
Sorry, something went wrong.
implemented in #351 and #342
No branches or pull requests
Hurl can produce output to either stdout or a report file.
Output
We will use the terminology
output
, only for the one going to standard output.The output can be written to a file with the option
--output FILE
.We will have different types of output:
--summary
--json
Report
The options need to encapsulate both the type and the filename:
--html-report DIR
--junit-report FILE
The text was updated successfully, but these errors were encountered: