- Clone
engine.io-client
git clone https://github.com/Automattic/engine.io-client
cd engine.io-client
npm install
- Start a test server
ZUUL_PORT=8080 node test/support/server.js
- Start a localtunnel
localtunnel 8080
- Copy in the
custom.js
file from this gist, replacing the sockte address with the localtunnel address - Adjust the
.zuul.yml
file like so:
ui: mocha-bdd
browsers:
- name: android
version: latest
- Run the zuul test
zuul -- test/custom.js