-
I've been using the standalone SlimerJS for a while now, what an awesome tool :+1: Recently i needed to make SlimerJS execute with a custom Firefox in which i changed some of the preferences on an Ubu…
-
Same issue as #61 though the mentioned fix of reinstalling grunt-casper didn't seem to help.
```
Initializing
Command-line options: --verbose
Reading "Gruntfile.js" Gruntfile...OK
Registering Grunt…
-
Unlike PhantomJS an empty exports object exists in the main scope. This stops some UMD modules () from working correctly when used with phantom.injectJs(). While some of them can be used with `require…
-
We landed support for sockets with tests that are marked as _todo_ because the test page needs tcp-socket permission to access mozTCPSocket, and we can't yet set that permission for the page in Slimer…
-
As far as I can tell SlimerJS is installed and working properly. However, when I change the `engine` option in grunt-casper to `slimerjs` I get an "Aborted due to warnings." message in the console wit…
-
Getting stuck on wraith capture configs/config.yaml.
Error message: Fail to capture image [shots/path.../filename.png] on attempt number 1 of 5.
This is my config.yaml
```
phantomjs_options: --ssl-…
-
Hallo, i tried to measure my site with phantomas and the grunt plugin but the webfont doesn't render on the screenshots or the filmstrip plugin (.woff, .eot, .svg - google webfont loader)
Any suggest…
-
I've encountered the same type of problem reported here: https://github.com/iamchrismiller/grunt-casper/issues/55. I've also tried uninstalling & reinstalling grunt-casper fresh, but I'm still running…
-
Hi,
before I start to integrate the reporter on my own: Any easy way to get the test output as XML?
Best
Marc
-
Hi all,
I would like to know how can I do to see the compressed/Gzip size of assets and total page.
Many thanks