Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 615 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 615 Bytes

End-to-end tests for the PeriodO client

Tests the PeriodO client by running it in an actual browser against a live PeriodO server.

periodo client end-to-end tests status

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