| Total Complexity | 0 |
| Complexity/F | 0 |
| Lines of Code | 11 |
| Function Count | 0 |
| Duplicated Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | define({ |
||
| 2 | capabilities: { |
||
| 3 | 'browserstack.selenium_version': '2.45.0' |
||
| 4 | }, |
||
| 5 | environments: [{ browserName: 'chrome' }], |
||
| 6 | maxConcurrency: 2, |
||
| 7 | tunnel: 'NullTunnel', |
||
| 8 | suites: [], |
||
| 9 | functionalSuites: [ 'tests/functional/index' ], |
||
| 10 | excludeInstrumentation: /^(?:tests|test|node_modules)\// |
||
| 11 | }); |
||
| 12 |