-
Using with slimerjs, I manage to run my tests successfully from CMD:
```
slimerjs mocha-phantomjs-core.js tests.html tap
```
Slimerjs window opens, I see the a browser window and all seems good, but…
-
Hello, I was hoping someone could give me some guidance on getting Slimerjs set up with Wraith. I understand I need to supply my own `snap.js` file however I cannot find a good example to start off of…
-
Should be compatible, but could have minor snafus.
Need also to set up SlimerJS for testing on Travis CI.
-
slimmerjs had an issue with their install script https://github.com/graingert/slimerjs/issues/4
This was fixed but the version of slimmerjs used by grunt-casper doesn't appear to have the fix
> …
-
Hello, I'm trying to integrate SlimerJS with Karma to be able to test ECMAScript 6 code, but karma-slimerjs-launcher is loading an older version of both Firefox and SlimerJS.
When I test code direc…
-
I'm driving casperjs through spookyjs and I want to use slimerjs, rather than phantomjs, as the engine for casperjs.
When using casperjs you set the engine when calling casperjs from the command line…
-
I am able to run this framework properly with engine=phantomjs. which is mentioned in backstop.json.
but can't able to run with engine=slimerjs.
Small window gets open and closed immediately. I am fo…
-
Hey Guys,
I have some troubles to install SlimerJS on Windows. Just I did it by
using `npm install -g slimerJS ` but I got:
![image](https://user-images.githubusercontent.com/17097924/44853184-2…
-
It'd be great if we could test gecko headlessly. [SlimerJS](http://slimerjs.org/) integrates [well with CasperJS](http://slimerjs.org/faq.html), so we should see whether we can use it.
-
@exiled-hammer doing a bit with tagui demo today. any ideas on a workaround for
https://github.com/laurentj/slimerjs/issues/647
slimerjs crashes at the end of test when trying to exit. it is not …