Skip to content

Commit

Permalink
Add e2e & ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 8, 2024
1 parent 0ea96a8 commit 2da63e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
run: npx playwright test
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v4
# with:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"format": "prettier --write .",
"lint": "prettier --check .",
"lint:fix": "prettier --write .",
"test:e2e": "playwright test",
"test:e2e": "playwright test --ui",
"test": "npm run test:e2e",
"test:ci": "npm run test:e2e"
"test:ci": "playwright test"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
Expand Down

0 comments on commit 2da63e6

Please sign in to comment.