From 36b1effaaf2d1b201ded192b9a85d9aae5e2ad7c Mon Sep 17 00:00:00 2001 From: Kye Lewis Date: Thu, 26 Oct 2023 23:57:11 +1100 Subject: [PATCH] Clarify build before E2E steps (#556) Co-authored-by: Kye --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index d4c12d822..0e4c11489 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -56,6 +56,8 @@ E2E tests are in a separate package. On running, [playwright](https://playwright webserver to test against These tests also run against a separate version of the DB (test-db) +Before running the E2E, you should first build the project with `pnpm build:local`. + You can run playwright tests from project root with `pnpm e2e` When writing tests, it can be handy to run playwright in interactive mode with `pnpm e2e:i`. You would need to manually