Skip to content

Commit c616f38

Browse files
author
Alex Bagehot
committed
add tsview_configs parameter support, fixes #26
1 parent aa1cc94 commit c616f38

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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)