|
37 | 37 | "test:package": "jest --config jest.config.package.mjs", |
38 | 38 | "test:mutation": "stryker run", |
39 | 39 | "test:e2e": "CI=false ELECTRON_EXTRA_LAUNCH_ARGS=--remote-debugging-port=9222 start-server-and-test start http-get://localhost:8080 'cypress run --e2e'", |
40 | | - "test:e2e:dev": "CI=false start-server-and-test start http-get://localhost:8080 'cypress open --e2e'", |
| 40 | + "test:e2e:dev": "CI=false start-server-and-test \"pnpm start\" http-get://localhost:8080 'cypress open --e2e'", |
41 | 41 | "pack-extract": "pnpm recursive run pack-extract" |
42 | 42 | }, |
43 | 43 | "dependencies": { |
|
62 | 62 | "devDependencies": { |
63 | 63 | "@anolilab/multi-semantic-release": "^3.2.2", |
64 | 64 | "@anolilab/semantic-release-pnpm": "^3.2.0", |
65 | | - "@chromatic-com/cypress": "^0.11.7", |
| 65 | + "@chromatic-com/cypress": "^0.11.8", |
66 | 66 | "@commitlint/cli": "^20.2.0", |
67 | 67 | "@commitlint/config-conventional": "^20.2.0", |
68 | 68 | "@cypress/webpack-preprocessor": "^6.0.2", |
|
89 | 89 | "copy-webpack-plugin": "^12.0.2", |
90 | 90 | "css-loader": "^6.11.0", |
91 | 91 | "css-minimizer-webpack-plugin": "^7.0.3", |
92 | | - "cypress": "^15.4.0", |
| 92 | + "cypress": "^15.7.1", |
93 | 93 | "eslint": "^9.39.1", |
94 | 94 | "eslint-plugin-cypress": "^5.2.0", |
95 | 95 | "eslint-plugin-jest": "^29.2.1", |
|
106 | 106 | "sass-embedded": "^1.83.0", |
107 | 107 | "sass-loader": "^16.0.6", |
108 | 108 | "semantic-release": "^25.0.2", |
109 | | - "start-server-and-test": "^2.0.9", |
| 109 | + "start-server-and-test": "^2.1.3", |
110 | 110 | "style-loader": "^4.0.0", |
111 | 111 | "stylelint": "^16.24.0", |
112 | 112 | "swc-loader": "^0.2.6", |
|
0 commit comments