-
In our usual way, QUnit 3.0 will be a trivial release that adds no features, but only removes deprecated functionality and/or changes default settings.
Users should be able to update to the latest …
-
I have troubles running this plugin. I a test runner has all tests passed then everything is ok, but when some test fails, the plugin ends with error:
```
[00:09:37] Error in plugin 'gulp-qunit'
Mess…
-
I'm testing some code of mine that seems to have an error in it. It works fine in a browser, but it errors in node-qunit-phantomjs. When the error is thrown though, my error results in another error…
-
##### Type of problem
- Failure to build
##### Summary
I tried to build on heroku with one press deploy, but failed.
##### Contents of `.meteor/release`
```
METEOR@1.4.1
```
##### …
-
Hello Team,
PhantomJS is an unmaintained project and hammerjs uses phantomjs (node-qunit-phantomjs) for its testing.
I am curious to know that will you be interested in replacing phantomjs with …
-
Using grunt-contrib-qunit (and likely the similar plugin tasks for other test frameworks) is incredibly slow on Windows due to the very chatty "eventing" file I/O that the two libraries exchange. Sin…
-
Take this setup for example:
- Node script that looks like this:
```
"scripts": {
"prequnit": "webpack --config ./webpack.config-qunit.js",
"qunit": "node ./scripts/runQunit.js",
}
``…
-
## The devDependency [qunit-tap](https://github.com/twada/qunit-tap) was updated from `1.5.0` to `1.5.1`.
🚨 [View failing branch](https://github.com/katoy/node-xlsx/compare/master...katoy:greenkeepe…
-
Add a test command which executes all tests via quint.
- create build of all tests unified in one script
- create test.html which holds all the dependencies, the unified test scripts as well as qunit …
-
Based on readme file we should pass phantomjs executable path through the required option called `phantomPath` this is in case of windows, so obviously it should be the binary file path in case of uni…