We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df6716 commit 9b21d8bCopy full SHA for 9b21d8b
src/service.js
@@ -96,7 +96,7 @@ export default class LambdaRestService {
96
97
let failures = this.failures;
98
99
- if (global.browser.config.mochaOpts && global.browser.config.mochaOpts.bail && Boolean(result)) {
+ if (global.browser.options.mochaOpts && global.browser.options.mochaOpts.bail && Boolean(result)) {
100
failures = 1;
101
}
102
0 commit comments