diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index e1e8274..68c9383 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -48,7 +48,7 @@ jobs: - name: Subset run: find tests/*.ts | launchable subset --confidence 80% --flavor browser=${{ matrix.browser }} playwright > launchable-subset.txt - name: Run Playwright tests - run: npm run test --project=${{ matrix.browser }} $(cat launchable-subset.txt) + run: npx playwright test --project=${{ matrix.browser }} $(cat launchable-subset.txt) - name: Record run: launchable record tests playwright report.xml if: always()