We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1cc94 commit 9650a46Copy full SHA for 9650a46
1 file changed
lib/mapping.js
@@ -377,7 +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
-
+ 'priority': {
381
+ name: 'priority',
382
+ api: 'priority',
383
+ param: 'string',
384
+ info: 'change test priority'
385
+ },
386
// Undocumented/experimental/transitent/deprecated
387
'noads': {
388
name: 'blockAds',
0 commit comments