cypress 13.14.1 → 13.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/exec/spawn.js +1 -1
- package/package.json +4 -4
- package/vue/package.json +1 -1
- package/vue/vue/package.json +1 -1
package/lib/exec/spawn.js
CHANGED
@@ -135,7 +135,7 @@ module.exports = {
|
|
135
135
|
onStderrData
|
136
136
|
} = overrides;
|
137
137
|
const envOverrides = util.getEnvOverrides(options);
|
138
|
-
const electronArgs = [
|
138
|
+
const electronArgs = [];
|
139
139
|
const node11WindowsFix = isPlatform('win32');
|
140
140
|
let startScriptPath;
|
141
141
|
if (options.dev) {
|
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "cypress",
|
3
|
-
"version": "13.
|
3
|
+
"version": "13.15.0",
|
4
4
|
"main": "index.js",
|
5
5
|
"scripts": {
|
6
6
|
"postinstall": "node index.js --exec install",
|
7
7
|
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"@cypress/request": "^3.0.
|
10
|
+
"@cypress/request": "^3.0.4",
|
11
11
|
"@cypress/xvfb": "^1.2.4",
|
12
12
|
"@types/sinonjs__fake-timers": "8.1.1",
|
13
13
|
"@types/sizzle": "^2.3.2",
|
@@ -140,8 +140,8 @@
|
|
140
140
|
},
|
141
141
|
"buildInfo": {
|
142
142
|
"commitBranch": "develop",
|
143
|
-
"commitSha": "
|
144
|
-
"commitDate": "2024-
|
143
|
+
"commitSha": "5afb9294739380339e3cb41181f32a71e75fe69d",
|
144
|
+
"commitDate": "2024-09-25T17:54:37.000Z",
|
145
145
|
"stable": true
|
146
146
|
},
|
147
147
|
"description": "Cypress is a next generation front end testing tool built for the modern web",
|
package/vue/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"cy:run": "node ../../scripts/cypress.js run --component --project ${PWD}",
|
12
12
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .",
|
13
13
|
"test": "yarn cy:run",
|
14
|
-
"tsd": "yarn build && yarn tsc -p test-tsd/tsconfig.
|
14
|
+
"tsd": "yarn build && yarn tsc -p test-tsd/tsconfig.json",
|
15
15
|
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|
package/vue/vue/package.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"cy:run": "node ../../scripts/cypress.js run --component --project ${PWD}",
|
12
12
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json,.vue .",
|
13
13
|
"test": "yarn cy:run",
|
14
|
-
"tsd": "yarn build && yarn tsc -p test-tsd/tsconfig.
|
14
|
+
"tsd": "yarn build && yarn tsc -p test-tsd/tsconfig.json",
|
15
15
|
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
16
16
|
},
|
17
17
|
"devDependencies": {
|