Tests the PeriodO client by running it in an actual browser against a live PeriodO server.
make run
runs the tests.
Tests run against https://client.staging.perio.do/ by default; to change this set the HOST
environment variable:
HOST=http://127.0.0.1:5002 make run