diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1a84ab9..18497a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -64,7 +64,7 @@ jobs: name: 'End to End Tests' runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.39.0-jammy + image: mcr.microsoft.com/playwright:v1.45.1-jammy needs: [backend, frontend] steps: - name: Checkout code @@ -80,6 +80,9 @@ jobs: cd frontend yarn install + # - name: Install Playwright Browsers + # run: npx playwright install --with-deps + - name: Run Playwright tests run: | cd frontend