Skip to content

Instantly share code, notes, and snippets.

@tomdye
Created March 14, 2016 16:33
Show Gist options
  • Save tomdye/b52a48246d047bcb6143 to your computer and use it in GitHub Desktop.
Save tomdye/b52a48246d047bcb6143 to your computer and use it in GitHub Desktop.
Basic functional test intern config
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