@@ -176,7 +176,7 @@ exports.config = {
176
176
177
177
// Optional: Additional third-party specific capabilities can be
178
178
// specified here.
179
- // For a list of BrowserStack specific capabilities, visit
179
+ // For a list of BrowserStack specific capabilities, visit
180
180
// https://www.browserstack.com/automate/capabilities
181
181
} ,
182
182
@@ -297,10 +297,10 @@ exports.config = {
297
297
// CAUTION: This will cause your tests to slow down drastically.
298
298
restartBrowserBetweenTests : false ,
299
299
300
- // Protractor will track outstanding $timeouts by default, and report them in
301
- // the error message if Protractor fails to synchronize with Angular in time.
302
- // In order to do this Protractor needs to decorate $timeout.
303
- // CAUTION: If your app decorates $timeout, you must turn on this flag. This
300
+ // Protractor will track outstanding $timeouts by default, and report them in
301
+ // the error message if Protractor fails to synchronize with Angular in time.
302
+ // In order to do this Protractor needs to decorate $timeout.
303
+ // CAUTION: If your app decorates $timeout, you must turn on this flag. This
304
304
// is false by default.
305
305
untrackOutstandingTimeouts : false ,
306
306
@@ -338,7 +338,11 @@ exports.config = {
338
338
// internally compiled to a RegExp.
339
339
grep : 'pattern' ,
340
340
// Inverts 'grep' matches
341
- invertGrep : false
341
+ invertGrep : false ,
342
+ // If true, run specs in semi-random order
343
+ random : false ,
344
+ // Set the randomization seed if randomization is turned on
345
+ seed : '1234'
342
346
} ,
343
347
344
348
// Options to be passed to Mocha.
0 commit comments