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 a932b20 commit da714eaCopy full SHA for da714ea
.github/workflows/playwright.yml
@@ -19,11 +19,10 @@ jobs:
19
run: cd movies-app && npm ci
20
- name: Install Playwright Browsers
21
run: npx playwright install --with-deps
22
+ - name: Setup .env file with mock credentials
23
+ run: cp .env.example .env
24
- name: Run Playwright tests
25
run: npm run test
- env:
- MOVIES_USERNAME: ${{ secrets.MOVIES_USERNAME }}
26
- MOVIES_PASSWORD: ${{ secrets.MOVIES_PASSWORD }}
27
- uses: actions/upload-artifact@v4
28
if: ${{ !cancelled() }}
29
with:
0 commit comments