Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 211 Bytes

TESTING.md

File metadata and controls

15 lines (10 loc) · 211 Bytes

Testing

Running end to end tests locally

Build the assets & start serving them using:

yarn e2e:serve

In a new terminal window start the tests using:

yarn e2e:build && yarn e2e:test