hissvn / hiss

A minimal embedded Lisp for Haxe programs.
7 stars 1 forks source link

run js tests in headless browser instances? #39

Open NQNStudios opened 3 years ago

NQNStudios commented 3 years ago

Right now, the tests for the non-node js build are still run with node, just not hxnodejs. This is kind of ironic because it doesn't actually tell us whether Hissjs will run properly in a web browser. Instead, it might be possible to run those tests in headless instances of a bunch of different supported browsers, for much more useful results.

NQNStudios commented 3 years ago

https://developers.google.com/web/updates/2017/04/headless-chrome

NQNStudios commented 3 years ago

https://docs.travis-ci.com/user/gui-and-headless-browsers/