From dcc0bf1546902e435ddc6310a5cc09a321614a8c Mon Sep 17 00:00:00 2001 From: Nathaniel Caza Date: Mon, 5 Feb 2024 10:24:35 -0600 Subject: [PATCH] run full install command --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1d68b271f2..27a03fbf96 100644 --- a/Makefile +++ b/Makefile @@ -256,12 +256,12 @@ playwright-run: $(NODE_DEPS) bin/mockoidc web/src/build/static/app.js bin/goaler $(MAKE) ensure-yarn rm -rf test/coverage/integration/playwright mkdir -p test/coverage/integration/playwright - yarn playwright install chromium + yarn playwright install GOCOVERDIR=test/coverage/integration/playwright yarn playwright test playwright-ui: $(NODE_DEPS) bin/mockoidc web/src/build/static/app.js bin/goalert web/src/schema.d.ts $(BIN_DIR)/tools/prometheus reset-integration bin/MailHog ## Start the Playwright UI $(MAKE) ensure-yarn - yarn playwright install chromium + yarn playwright install yarn playwright test --ui smoketest: