Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 640 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