@jahia/cypress 5.1.0 → 5.3.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.
|
@@ -3,7 +3,7 @@ import RequestOptions = Cypress.RequestOptions;
|
|
|
3
3
|
declare global {
|
|
4
4
|
namespace Cypress {
|
|
5
5
|
interface Chainable<Subject> {
|
|
6
|
-
runProvisioningScript(params: RunProvisioningScriptParams): Chainable<
|
|
6
|
+
runProvisioningScript(params: RunProvisioningScriptParams): Chainable<unknown>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
9
|
}
|
package/env.Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
FROM cypress/browsers:node-22.
|
|
1
|
+
FROM cypress/browsers:node-22.21.0-chrome-141.0.7390.107-1-ff-144.0-edge-141.0.3537.92-1
|
|
2
2
|
|
|
3
3
|
ARG MAVEN_VER="3.8.1"
|
|
4
4
|
ARG MAVEN_BASE_URL="https://archive.apache.org/dist/maven/maven-3"
|
package/env.provision.sh
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jahia/cypress",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "tsc",
|
|
6
6
|
"lint": "eslint src -c .eslintrc.json --ext .ts --max-warnings=0"
|
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"types": "dist/index.d.ts",
|
|
16
16
|
"license": "MIT",
|
|
17
|
+
"repository": {
|
|
18
|
+
"type": "git",
|
|
19
|
+
"url": "git+https://github.com/Jahia/jahia-cypress.git"
|
|
20
|
+
},
|
|
17
21
|
"devDependencies": {
|
|
18
22
|
"@jahia/eslint-config": "^1.1.0",
|
|
19
23
|
"@typescript-eslint/eslint-plugin": "^4.29.3",
|
|
@@ -34,5 +38,5 @@
|
|
|
34
38
|
"graphql": "^15.5.0",
|
|
35
39
|
"graphql-tag": "^2.11.0"
|
|
36
40
|
},
|
|
37
|
-
"packageManager": "yarn@4.
|
|
38
|
-
}
|
|
41
|
+
"packageManager": "yarn@4.12.0"
|
|
42
|
+
}
|
|
@@ -8,7 +8,7 @@ declare global {
|
|
|
8
8
|
namespace Cypress {
|
|
9
9
|
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
|
10
10
|
interface Chainable<Subject> {
|
|
11
|
-
runProvisioningScript(params: RunProvisioningScriptParams): Chainable<
|
|
11
|
+
runProvisioningScript(params: RunProvisioningScriptParams): Chainable<unknown>;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
14
|
}
|