5 ms·
Good point. Check out https://github.com/scriby/browser-harness-bootstrap-tests https://github.com/scriby/browser-harness-bootstrap-tests for a full example. B
by scriby 13y ago
Good point.
Check out https://github.com/scriby/browser-harness-bootstrap-tests https://github.com/scriby/browser-harness-bootstrap-tests for a full example. Browser harness itself is just a conduit between node and a browser - you need to provide the test framework yourself (mocha, vows, etc.).
- Scriptor 13y agoAwesome! I'm going to try it out now.