9 ms·
This looks interesting and I have something I'd like to use it on, but the documentation could add a few things. How do I install this? How do I run a script?
by Scriptor 13y ago
This looks interesting and I have something I'd like to use it on, but the documentation could add a few things. How do I install this? How do I run a script?
- scriby 13y agoGood 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.