We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b833084 commit e08023aCopy full SHA for e08023a
.github/workflows/playwright.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Build project
30
run: npm run build
31
- name: Start Emulator
32
- run: firebase emulators:exec "ls" --project=demo-wordplay
+ run: firebase emulators:exec "npx playwright test" --project=demo-wordplay --only "firestore,hosting,auth"
33
- uses: actions/upload-artifact@v4
34
if: always()
35
with:
0 commit comments