Wire.js is using buster for testing. You need to have node.js installed to run tests of wire.js.
Install wire.js and run in installation directory
$ npm install
$ npm test
Install wire.js and run in installation directory
$ npm install
$ npm run-script start-test-server
Open http://localhost:1111 in your browser and click "Capture browser" button. Browser is now connected to test server and will be used by it to run tests.
Run in wire.js installation directory (without closing browser and test server)
$ npm run-script browser-test