Skip to content

Commit c19f358

Browse files
committed
Add playwright to test app deps.
1 parent abe25e3 commit c19f358

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/e2e-tests/test-applications/remix-cloudflare-workers/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@cloudflare/workers-types": "^4.20230518.0",
28+
"@playwright/test": "^1.36.2",
2829
"@remix-run/dev": "^2.0.1",
2930
"@remix-run/eslint-config": "^2.0.1",
3031
"@types/react": "^18.2.20",

packages/e2e-tests/test-applications/remix-hydrogen/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@remix-run/dev": "1.19.1",
33+
"@playwright/test": "^1.36.2",
3334
"@shopify/oxygen-workers-types": "^3.17.3",
3435
"@shopify/prettier-config": "^1.1.2",
3536
"@types/eslint": "^8.4.10",

0 commit comments

Comments
 (0)