Skip to content

Instantly share code, notes, and snippets.

@muffinresearch
Created April 29, 2014 19:29
Show Gist options
  • Select an option

  • Save muffinresearch/4fed2f1b1a0cd0ac66fd to your computer and use it in GitHub Desktop.

Select an option

Save muffinresearch/4fed2f1b1a0cd0ac66fd to your computer and use it in GitHub Desktop.
Run single test file in grunt-casper
casper: {
options : {
test : true,
},
yourTask : {
src: [grunt.option('test') || 'path/to/tests/*_test.js'],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment