jonkemp / node-qunit-phantomjs

Run QUnit unit tests in a headless PhantomJS instance without using Grunt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More than one phantomjs options

migacz1125 opened this issue · comments

I have problem if i add more than one phantomjs option, example here:

qunit('./webapp/test/unit/index.qunit.html', { 'verbose': true, 'phantomjs-options': ["--debug=true", "--web-security=false"] });

This was done recently in the gulp-quint plugin. We just need to implement this same functionality here.

jonkemp/gulp-qunit#30