Skip to content

Commit

Permalink
Add --headed to extension tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 27, 2024
1 parent 621876f commit f34eac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: xvfb-run npx playwright test tests/extension.spec.ts
run: xvfb-run npm run test-extension
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"lint": "eslint src tests",
"check-types": "tsc --noemit",
"test-sites": "npx playwright test tests/sites.spec.ts --reporter list",
"test-extension": "npx playwright test tests/extension.spec.ts --reporter dot",
"test-extension": "npx playwright test tests/extension.spec.ts --reporter dot --headed",
"test": "npx playwright test",
"version": "gsed -i '4s/\"version\": \".*\",/\"version\": \"'\"$(jq -r .version package.json)\"'\",/' manifest.json && git add manifest.json"
},
Expand Down

0 comments on commit f34eac0

Please sign in to comment.