Created
April 29, 2014 19:29
-
-
Save muffinresearch/4fed2f1b1a0cd0ac66fd to your computer and use it in GitHub Desktop.
Run single test file in grunt-casper
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
| 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