Skip to content

periodo/periodo-tests

Repository files navigation

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