playwright setup and git lfs
Showing
.gitattributes
0 → 100644
.husky/post-checkout
0 → 100755
.husky/post-commit
0 → 100755
.husky/post-merge
0 → 100755
.husky/pre-push
0 → 100755
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
129 Bytes
... | ... | @@ -13,7 +13,8 @@ |
"start": "next start", | ||
"lint:eslint": "./node_modules/.bin/eslint . --ext .js,.jsx,.ts,.tsx", | ||
"prepare": "husky install", | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons" | ||
"format-svg": "./node_modules/.bin/svgo -r ./icons", | ||
"test-ct": "playwright test -c playwright-ct.config.ts" | ||
}, | ||
"dependencies": { | ||
"@chakra-ui/react": "2.3.1", | ||
... | ... | @@ -31,6 +32,7 @@ |
"next": "12.2.5", | ||
"next-react-svg": "1.1.3", | ||
"node-fetch": "^3.2.9", | ||
"playwright": "^1.26.1", | ||
"react": "18.1.0", | ||
"react-dom": "18.1.0", | ||
"react-hook-form": "^7.33.1", | ||
... | ... | @@ -41,6 +43,7 @@ |
"use-font-face-observer": "^1.2.1" | ||
}, | ||
"devDependencies": { | ||
"@playwright/experimental-ct-react": "^1.26.1", | ||
"@types/node": "17.0.36", | ||
"@types/react": "18.0.9", | ||
"@types/react-dom": "18.0.5", | ||
... | ... |
playwright-ct.config.ts
0 → 100644
playwright/index.html
0 → 100644
playwright/index.ts
0 → 100644
This diff is collapsed.