-
Notifications
You must be signed in to change notification settings - Fork 6
Automated testing of web builds #4
Comments
Hm, maybe phantom.js looking for errors in console? |
Phantom.js doesn't have webgl On Fri, Oct 10, 2014 at 5:30 PM, Szymon Kaliski [email protected]
Marcin Ignac |
Yes, phantom.js doesn't support WebGL, but SlimerJS does: http://slimerjs.org/features.html |
Hmm, interesting. We could overwrite the fullscreen: false, On Fri, Oct 10, 2014 at 5:33 PM, Szymon Kaliski [email protected]
Marcin Ignac |
Cool idea! :) Let me try and make this work, and then we'll look into diffing the images! :) |
There is test script for plask https://github.com/vorg/pex-examples/blob/master/test/runall.js
It opens all the examples in plask one by one and tries to look for exceptions on stdout. This way I can easily test if all the examples still work. Not sure how to do it for the web.
The text was updated successfully, but these errors were encountered: