|
13 | 13 | "build:web": "yarn --cwd ../../ build:web",
|
14 | 14 | "redis:last": "docker run --name redis-last-version -p 7777:6379 -d redislabs/redismod",
|
15 | 15 | "start:app": "cross-env SERVER_STATIC_CONTENT=true yarn start:api",
|
16 |
| - "test:chrome": "testcafe --compiler-options typescript.configPath=tsconfig.testcafe.json --native-automation --cache --concurrency 1 chrome tests/ -r html:./report/report.html,spec -e -s takeOnFails=true,path=report/screenshots/,pathPattern=${OS}_${BROWSER}/${DATE}_${TIME}/${FIXTURE}_${TEST}_${FILE_INDEX}.png", |
| 16 | + "test:chrome": "testcafe --compiler-options typescript.configPath=tsconfig.testcafe.json --cache --concurrency 1 chrome tests/ -r html:./report/report.html,spec -e -s takeOnFails=true,path=report/screenshots/,pathPattern=${OS}_${BROWSER}/${DATE}_${TIME}/${FIXTURE}_${TEST}_${FILE_INDEX}.png", |
17 | 17 | "test:chrome:ci": "ts-node ./web.runner.ts",
|
18 | 18 | "test": "yarn test:chrome",
|
19 | 19 | "lint": "eslint . --ext .ts,.js,.tsx,.jsx",
|
|
28 | 28 | },
|
29 | 29 | "resolutions": {
|
30 | 30 | "@types/lodash": "4.14.192",
|
31 |
| - "@types/node": "18.11.9", |
32 |
| - "testcafe-hammerhead": "24.2.1" |
| 31 | + "@types/node": "20.3.1", |
| 32 | + "testcafe-hammerhead": "31.4.5" |
33 | 33 | },
|
34 | 34 | "devDependencies": {
|
35 | 35 | "@types/archiver": "^5.3.2",
|
|
53 | 53 | "redis": "3.1.1",
|
54 | 54 | "sqlite3": "^5.1.6",
|
55 | 55 | "supertest": "^4.0.2",
|
56 |
| - "testcafe": "2.6.2", |
| 56 | + "testcafe": "3.0.0", |
57 | 57 | "testcafe-browser-provider-electron": "0.0.19",
|
58 | 58 | "testcafe-reporter-html": "1.4.6",
|
59 | 59 | "testcafe-reporter-json": "2.2.0",
|
60 | 60 | "testcafe-reporter-spec": "2.1.1",
|
61 |
| - "ts-node": "^10.5.0", |
62 |
| - "typescript": "4.1.5" |
| 61 | + "ts-node": "10.9.1", |
| 62 | + "typescript": "5.1.3" |
63 | 63 | }
|
64 | 64 | }
|
0 commit comments