Skip to content

Commit

Permalink
Update e2e test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 29, 2024
1 parent 8798cc8 commit 2d5551b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 321 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
node-version: 20
cache: 'pnpm'
- run: pnpm install
- run: pnpm exec playwright install --with-deps
- run: pnpm build
- run: pnpm e2e
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"build": "techor build \"src/**/*.tsx\"",
"dev": "pnpm build --watch",
"lint": "eslint src",
"e2e": "playwright install && playwright test -c e2e/playwright-ct.config.ts",
"e2e": "playwright test -c e2e/playwright-ct.config.ts",
"check:type": "tsc --noEmit"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build": "pnpm run \"/^build:/\"",
"dev": "pnpm run build:main --watch",
"lint": "eslint src",
"e2e": "playwright install && playwright test -c e2e/playwright-ct.config.ts",
"e2e": "playwright test -c e2e/playwright-ct.config.ts",
"check:type": "vue-tsc --noEmit"
},
"license": "MIT",
Expand Down
Loading

0 comments on commit 2d5551b

Please sign in to comment.