saguijs / sagui

:monkey: Front-end tooling in a single dependency

Home Page:http://sagui.js.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace PhantomJS with Electron Shell

xaviervia opened this issue · comments

This is longer term since investigating how to reliably run electron shell on CI is not a solved topic, but I think it's worth contemplating since PhantomJS is a known pain point.

I tried this lib in the past https://github.com/lele85/karma-electron-launcher . I was working magnificently in my computer, but of course it doesn't load on travis out of the box since it needs an X server running for that.

Will be tried and maybe done in #308