Comment on Nightwatch.jsparentComments−Scriptor12yThis 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?−scriby12yGood 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.).−Scriptor12yAwesome! I'm going to try it out now.
Comments
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?
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.).
Awesome! I'm going to try it out now.