Skip to content

Commit

Permalink
feat(config): add 'globals' env by default #88
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Afanasyev committed Aug 28, 2018
1 parent 59685dd commit e1db5e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ module.exports = {
'protractor/by-css-shortcut': 0,
'protractor/no-browser-driver': 0
},
env: {
'protractor/globals': true
},
plugins: ['protractor']
}
},
environments: {
globals: {
globals: {
'browser': false,
'protractor': false,
Expand Down

0 comments on commit e1db5e8

Please sign in to comment.