From 83d05c158aacf13fd83e9c8be9ba980b3cb7bc66 Mon Sep 17 00:00:00 2001 From: Liah Kim Date: Fri, 17 Nov 2023 12:45:55 -0500 Subject: [PATCH] Implement playwright acceptance tests for vertical full page map --- .github/workflows/playwright.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 34029e6ef..c8783caa8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -15,6 +15,10 @@ jobs: run: npm ci - name: Install Playwright Browsers run: npx playwright install --with-deps + - name: Setup test site + run: npm run setup-test-site + - name: Build test site + run: npm run build-test-site - name: Run Playwright tests run: npx playwright test - uses: actions/upload-artifact@v3