Skip to content

Instantly share code, notes, and snippets.

@juanpicado
Created August 8, 2015 17:37
Show Gist options
  • Save juanpicado/fe7e7da5c96ff56d06d2 to your computer and use it in GitHub Desktop.
Save juanpicado/fe7e7da5c96ff56d06d2 to your computer and use it in GitHub Desktop.
intern grunt task
intern: {
local_browser: {
options: {
runType: 'runner',
config: '<%= dirs.tests %>/intern_local_browser'
}
},
remote_local: {
options: {
runType: 'runner',
config: '<%= dirs.tests %>/intern_remote_local_test'
}
},
remote: {
options : {
runType: 'runner',
config: '<%= dirs.tests %>/intern_remote'
}
},
remote_saucelabs: {
options : {
runType: 'runner',
config: '<%= dirs.tests %>/intern_remote_saucelabs'
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment