We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d42ac commit 2914926Copy full SHA for 2914926
build/grunt-tasks/casper.js
@@ -7,6 +7,9 @@ module.exports = function (grunt) {
7
var path = require('path')
8
var done = this.async()
9
var file = id ? id + '.js' : ''
10
+ // let casperjs use local phantomjs
11
+ process.env.PHANTOMJS_EXECUTABLE =
12
+ '../../node_modules/karma-phantomjs-launcher/node_modules/.bin/phantomjs'
13
grunt.util.spawn({
14
cmd: '../../node_modules/.bin/casperjs',
15
args: ['test', '--concise', './' + file],
0 commit comments