Skip to content

Commit 9650a46

Browse files
author
Alex Bagehot
committed
add priority, fixes #29
1 parent aa1cc94 commit 9650a46

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

lib/mapping.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +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-
380+
'priority': {
381+
name: 'priority',
382+
api: 'priority',
383+
param: 'string',
384+
info: 'change test priority'
385+
},
381386
// Undocumented/experimental/transitent/deprecated
382387
'noads': {
383388
name: 'blockAds',

0 commit comments

Comments
 (0)