Created
March 14, 2016 16:33
-
-
Save tomdye/b52a48246d047bcb6143 to your computer and use it in GitHub Desktop.
Basic functional test intern config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define({ | |
| functionalSuites: [ | |
| 'banners' | |
| ], | |
| tunnel: 'NullTunnel', | |
| tunnelOptions: { | |
| hostname: 'localhost', | |
| port: '4444' | |
| }, | |
| environments: [ | |
| { browserName: 'chrome' } | |
| ], | |
| excludeInstrumentation: true | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment