Hacker News new | ask | show | jobs
by scriby 4517 days ago
Good point.

Check out 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.).

1 comments

Awesome! I'm going to try it out now.