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
am trying to integrate Webpagetest WPT with Jenkin's continuous integration. Everything is working fine and TAP reports are generated as expected.
I wants to attach HAR file also in this Jenkin's for developer's reference.
Below are the command I am using to achieve the above functionalities,
webpagetest test https://www.dhanabaln.in --key A.6f0d4142bbe78c7bc5017d6dab1b4f49 --first --poll --timeline -o dhana.har --specs /usr/local/lib/node_modules/webpagetest/lib/dhana_spec.json --reporter tap > dhana.tap
The text was updated successfully, but these errors were encountered:
No branches or pull requests
am trying to integrate Webpagetest WPT with Jenkin's continuous integration. Everything is working fine and TAP reports are generated as expected.
I wants to attach HAR file also in this Jenkin's for developer's reference.
Below are the command I am using to achieve the above functionalities,
webpagetest test https://www.dhanabaln.in --key A.6f0d4142bbe78c7bc5017d6dab1b4f49 --first --poll --timeline -o dhana.har --specs /usr/local/lib/node_modules/webpagetest/lib/dhana_spec.json --reporter tap > dhana.tap
The text was updated successfully, but these errors were encountered: