Skip to content

Commit

Permalink
test: install and initialize Playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalinDe committed Dec 1, 2023
1 parent 9fb741e commit 615afab
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 3 deletions.
5 changes: 4 additions & 1 deletion web/frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ yarn-error.log*
.idea

.vscode

/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
71 changes: 71 additions & 0 deletions web/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions web/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"file-saver": "^2.0.5",
"i18next": "^21.6.10",
"i18next-browser-languagedetector": "^6.1.3",
"pg": "^8.11.1",
"prop-types": "^15.8.1",
"react": "^17.0.1",
"react-beautiful-dnd": "^13.1.0",
Expand All @@ -33,10 +34,10 @@
"react-scripts": "5.0.0",
"short-unique-id": "^4.4.4",
"web-vitals": "^2.1.4",
"yup": "^0.32.11",
"pg": "^8.11.1"
"yup": "^0.32.11"
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.5",
"@types/file-saver": "^2.0.5",
Expand Down

0 comments on commit 615afab

Please sign in to comment.