Skip to content

Commit de32810

Browse files
committed
Merge pull request #27 from ceeaspb/tsviewdb_configs
Tsviewdb configs parameter for #26 Thanks for your contribution. Please add tests next time mapping.js is touched as it changes the expected help fixtures.
2 parents e447798 + 3a273ed commit de32810

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ _The default WPT server can also be specified via environment variable `WEBPAGET
123123
* **-A, --medianvideo**: store the video from the median run when capturing video is enabled
124124
* **--htmlbody**: save the content of only the base HTML response
125125
* **--tsview** _\<id\>_: test name to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
126+
* **--tsviewconfigs** _\<string\>_: configs to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)
126127
* **--affinity** _\<string\>_: string to hash test to a specific test agent. tester will be picked by index among available testers
127128
* **--noads**: block ads defined by adblockrules.org
128129
* **--continuous**: capture video continuously (unstable/experimental, may cause tests to fail)

lib/mapping.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,12 @@ var options = {
377377
param: 'string',
378378
info: 'string to hash test to a specific test agent. tester will be picked by index among available testers'
379379
},
380+
'tsviewconfigs': {
381+
name: 'tsViewConfigs',
382+
api: 'tsview_configs',
383+
param: 'string',
384+
info: 'configs to use when submitting results to tsviewdb (for private instances that have integrated with tsviewdb)'
385+
},
380386

381387
// Undocumented/experimental/transitent/deprecated
382388
'noads': {

0 commit comments

Comments
 (0)