grunt-mocha-phantomjs icon indicating copy to clipboard operation
grunt-mocha-phantomjs copied to clipboard

A simple grunt wrapper for mocha-phantomjs to allow for ci integration

Results 8 grunt-mocha-phantomjs issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

This project has vulnerabilities that could not be fixed, or were patched when no upgrade was available. Good news, new upgrades or patches have now been published! This pull request...

I need to use the 'hooks' option of mocha-phantomjs but I cannot set it correctly in Gruntfile. The following instruction works correctly in terminal: ``` mocha-phantomjs ./test/test.html --hooks ./test/phantom_hooks.js -R...

I'm running into an issue using this on Windows. When I try to run the task I get: ```sh λ grunt mocha_phantomjs Running "mocha_phantomjs:all" (mocha_phantomjs) task 'C:\Program' is not recognized...

Hi there, I was wondering if there is a `grunt-mocha-phantomjs` best practice for using the phantomjs `onConfirm` [callback](http://phantomjs.org/api/webpage/handler/on-confirm.html). I would like to test some things that trigger `window.confirm`. Maybe writing...

More of a request than a bug -- and I may be interested and willing to contribute work if the idea seems cogent: when running `grunt mocha_phantomjs` on more than...

When I use the json-cov reporter and output to a file (like in the setting below) the contents of the file get truncated. It ends up being invalid json with...