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 adc41b0 commit 382f637Copy full SHA for 382f637
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: lts/*
16
- name: Install dependencies
17
run: npm ci
18
- - name: Run Playwright tests
+ - name: Run Playwright api tests
19
run: npx playwright test
20
- uses: actions/upload-artifact@v4
21
if: ${{ !cancelled() }}
0 commit comments