You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having issues with writing a PR to use the xml runner. Passing the parameters through to call the right runner is trivial but the runner is having issues injecting the code.
if (page.injectJs('./node_modules/qunit-reporter-junit/qunit-reporter-junit.js') === false) {
console.error('Could not inject `qunit-reporter-junit.js`.');
exit(1);
}
I'm assuming it's a path issue since qunit-reporter-junit isn't in the scope of the node package that's requiring node-qunit-phantomjs.
As an alternative, adding qunit-reporter-junit.js to the test runner html and executing:
I'm using a CI System and would be nice to see what tests are run. Maybe integration options with
qunit-reporter-junit?
Similar: jonkemp/qunit-phantomjs-runner#8
The text was updated successfully, but these errors were encountered: