Skip to content

Instantly share code, notes, and snippets.

@voku
Created March 4, 2015 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voku/cb190f208c89b7d4850c to your computer and use it in GitHub Desktop.
Save voku/cb190f208c89b7d4850c to your computer and use it in GitHub Desktop.
DalekJS - Grunt-Config Example
dalek: {
options: {
// invoke phantomjs, chrome & chrome canary ...
browser: ['phantomjs'],
// generate an html & an jUnit report
reporter: ['html', 'junit']
},
/*
options: {
driver: ['sauce'],
browser: ['chrome'],
advanced: {
"driver.sauce": {
user: "YOUR_USER",
key: "YOUR_KEY"
},
browsers: [{
chrome: {
"platform": "OS X 10.6",
"actAs": "chrome",
"version": 27
}
}]
}
},
*/
dist: {
src: ['tests/dalek/*.js']
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment