Run from CLI
In order to facilitate CI server integration and being able to run tests from command line we have built a client-side test runner based on the excellent Google Puppeteer.
This allows Boozang to run in both headless and browser mode. The Boozang client runner is Open Source and can be found here: https://github.com/ljunggren/bz-puppeteer
Simply install the test runner by running
npm install boozang
and run any tests by appending run to the test url, i.e.
boozang http://ai.boozang.com/extension?id=proejctid#userid/0.0.1/m2/t1/run
Feel free to clone and modify the test runner to your needs.