Skip to content

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