Skip to content

Commit

Permalink
added cypress and testing-library cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
alireza-sharifpour committed Aug 21, 2022
1 parent 43e0d0b commit cb69c45
Show file tree
Hide file tree
Showing 2 changed files with 689 additions and 21 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"lint": "eslint . --ext .ts --ext .tsx",
"lint:fix": "eslint . --ext .ts --ext .tsx --fix",
"start": "next start",
"test": "jest --watch"
"test": "jest --watch",
"cypress": "cypress open"
},
"resolutions": {
"styled-components": "^5",
Expand Down Expand Up @@ -66,6 +67,7 @@
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.4",
"@testing-library/cypress": "^8.0.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/apollo-upload-client": "^14.1.0",
Expand All @@ -86,11 +88,13 @@
"@types/styled-components": "^5.1.12",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"cypress": "^10.6.0",
"eslint": "^8.2.0",
"eslint-config-next": "^12.0.3",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-jest": "^3.0.2",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.0",
Expand Down
Loading

0 comments on commit cb69c45

Please sign in to comment.