Skip to content

Commit c83979c

Browse files
committed
add some e2e specs
1 parent 9ab7cd5 commit c83979c

25 files changed

+497
-23
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ yarn-error.log*
3434
.turbo
3535

3636
stats.html
37+
test-results/
38+
playwright-report/
39+
playwright/.cache/

package-lock.json

Lines changed: 209 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
"scripts": {
1010
"build": "turbo run build",
1111
"start": "turbo run start --continue --filter=./examples/**/*",
12+
"start:e2e": "turbo run start --continue --filter=./packages/e2e-react-web-app",
1213
"test": "turbo run test",
14+
"test:e2e": "turbo run test:e2e",
1315
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1416
"changeset": "changeset",
1517
"publish-packages": "turbo run build --filter=./packages/**/* && changeset publish"
@@ -30,11 +32,13 @@
3032
"devDependencies": {
3133
"@changesets/changelog-github": "^0.4.8",
3234
"@changesets/cli": "^2.26.0",
35+
"@playwright/test": "^1.30.0",
3336
"@testing-library/dom": "^8.20.0",
3437
"@testing-library/jest-dom": "^5.16.5",
3538
"@testing-library/react": "^13.4.0",
3639
"@testing-library/user-event": "^14.4.3",
3740
"@types/jest": "^29.4.0",
41+
"@vitejs/plugin-react": "^3.1.0",
3842
"cross-env": "^7.0.3",
3943
"husky": "^8.0.3",
4044
"jest": "^29.4.2",
File renamed without changes.

0 commit comments

Comments
 (0)