We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1cc94 commit c616f38Copy full SHA for c616f38
1 file changed
lib/mapping.js
@@ -377,6 +377,12 @@ var options = {
377
param: 'string',
378
info: 'string to hash test to a specific test agent. tester will be picked by index among available testers'
379
},
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
+ },
386
387
// Undocumented/experimental/transitent/deprecated
388
'noads': {
0 commit comments