iamchrismiller / grunt-casper

Run CasperJS Scripts/Functional Tests
Other
69 stars 38 forks source link

'includes' property doesn't work anymore with 0.2.3 #31

Closed YukonSaint closed 10 years ago

YukonSaint commented 10 years ago

I had to revert back to 0.2.0. Am I doing something wrong in grunt?

casper : {
  options : {
    test : true,
    includes: 'lib/test/setup.js',
    parallel : true,
    "fail-fast": false,
    concurrency : 10,
    'log-level' : 'warning',
  },
  files : {
    src: [
      "app/**/*.test.js",
      // "app/entertainment/details/**/*.test.js",
    ]
  }
},
iamchrismiller commented 10 years ago

This could have been attributed to the test command logic flaw when introducing engine support. The issue was identified and a test was written. Try > 0.2.3

If this doesn't fix your issue please provide the error you are receiving. Thanks