Skip to content

Commit

Permalink
Merge pull request #157 from jitto/master
Browse files Browse the repository at this point in the history
Add proxy mapping - so proxy passed in runTest is used for fetching results
  • Loading branch information
tkadlec committed Apr 5, 2022
2 parents a8f52eb + f460eec commit 661b298
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ var options = {
valid:
/^(?:dot|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity)$/,
},
proxy: {
name: "proxy",
info: "set the proxy used to fetch results",
},
},
waterfall: {
type: {
Expand Down
1 change: 1 addition & 0 deletions test/fixtures/command-line/help-results.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Options:
-S, --specs <json_or_file> set the specs for performance test suite
-r, --reporter <name> set performance test suite reporter output:
[dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
--proxy set the proxy used to fetch results
-e, --request <id> echo request ID, useful to track asynchronous
requests
-h, --help display help for command
1 change: 1 addition & 0 deletions test/fixtures/command-line/help-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,5 @@ Options:
--reporter <name> set performance test suite reporter
output:
[dot]|spec|tap|xunit|list|progress|min|nyan|landing|json|doc|markdown|teamcity
--proxy set the proxy used to fetch results
-h, --help display help for command

0 comments on commit 661b298

Please sign in to comment.