|
1 | 1 | { |
2 | | - "name": "graasp-code-review-app-test", |
| 2 | + "name": "graasp-app-code-review-rewrite", |
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
| 6 | + "@testing-library/cypress": "^8.0.2", |
6 | 7 | "@testing-library/jest-dom": "^5.14.1", |
7 | 8 | "@testing-library/react": "^13.0.0", |
8 | 9 | "@testing-library/user-event": "^13.2.1", |
|
26 | 27 | "hooks:install": "husky install", |
27 | 28 | "hooks:uninstall": "husky uninstall", |
28 | 29 | "lint": "eslint .", |
29 | | - "test:once": "", |
| 30 | + "test:once": "yarn test:ci", |
30 | 31 | "test:ci": "env-cmd -f ./.env.test cypress run" |
31 | 32 | }, |
32 | 33 | "browserslist": { |
|
47 | 48 | "@commitlint/config-conventional": "16.0.0", |
48 | 49 | "@typescript-eslint/eslint-plugin": "^5.22.0", |
49 | 50 | "@typescript-eslint/parser": "^5.22.0", |
| 51 | + "cypress": "^9.6.0", |
50 | 52 | "eslint": "^8.14.0", |
51 | 53 | "eslint-config-airbnb": "^19.0.4", |
52 | 54 | "eslint-config-prettier": "^8.5.0", |
53 | 55 | "eslint-import-resolver-typescript": "^2.7.1", |
| 56 | + "eslint-plugin-cypress": "^2.12.1", |
54 | 57 | "eslint-plugin-import": "^2.26.0", |
55 | 58 | "eslint-plugin-jsx-a11y": "^6.5.1", |
56 | 59 | "eslint-plugin-prettier": "^4.0.0", |
|
0 commit comments