@uuv/cypress 2.91.1 → 2.92.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +113 -110
package/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ # [2.92.0](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.91.1...runner-cypress-v2.92.0) (2026-06-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** update dependency @ai-sdk/anthropic to v3.0.85 ([0b29846](https://github.com/e2e-test-quest/uuv/commit/0b29846dab19f342e2cacbcbc7905763975ad3b3))
7
+ * **deps:** update dependency @ai-sdk/google to v3.0.83 ([e5930d1](https://github.com/e2e-test-quest/uuv/commit/e5930d1b9abf083080b0146d0e41db10f7423cc7))
8
+ * **deps:** update dependency @ai-sdk/mcp to v1.0.52 ([346b83f](https://github.com/e2e-test-quest/uuv/commit/346b83f3e1944dc47da2ba840fee68750e7f9cfb))
9
+ * **deps:** update dependency @ai-sdk/openai to v3.0.73 ([58b2fb6](https://github.com/e2e-test-quest/uuv/commit/58b2fb6d5d1023669d88b69a3482e5da99eade73))
10
+ * **deps:** update dependency ai to v6.0.208 ([bceab4b](https://github.com/e2e-test-quest/uuv/commit/bceab4bd5d249fe64304d87c22bf881fe7df0d2d))
11
+
12
+
13
+ ### Features
14
+
15
+ * **deps:** update dependency zod to v4.4.3 ([e3a2c95](https://github.com/e2e-test-quest/uuv/commit/e3a2c95e5dba50a0043e24fb1af49d27f48f5484))
16
+ * migrate to node 24 ([e0c0b6d](https://github.com/e2e-test-quest/uuv/commit/e0c0b6dfa5342cbe4f77ab4304ef8786faffc322))
17
+ * **runner-cypress:** update dependency cypress to v15.17.0 ([ad1e998](https://github.com/e2e-test-quest/uuv/commit/ad1e998fe9f32709675fa87153daec2baa7ab7d7))
18
+ * **runner-playwright:** update dependency axe-core to v4.12.1 ([8c38698](https://github.com/e2e-test-quest/uuv/commit/8c3869850a94dd131148d788f21634bb58c93195))
19
+ * **runner-playwright:** update playwright-bdd to v9 ([072868c](https://github.com/e2e-test-quest/uuv/commit/072868c38a0429024c61d00742e73335fa42d3d5))
20
+
1
21
  ## [2.91.1](https://github.com/e2e-test-quest/uuv/compare/runner-cypress-v2.91.0...runner-cypress-v2.91.1) (2026-05-27)
2
22
 
3
23
 
package/package.json CHANGED
@@ -1,116 +1,119 @@
1
1
  {
2
- "name": "@uuv/cypress",
3
- "version": "2.91.1",
4
- "type": "commonjs",
5
- "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
- "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
7
- "license": "MIT",
8
- "homepage": "https://e2e-test-quest.github.io/uuv/",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/e2e-test-quest/uuv"
12
- },
13
- "bin": {
14
- "uuv": "bin/uuv"
15
- },
16
- "keywords": [
17
- "uuv",
18
- "e2e",
19
- "end2end",
20
- "end 2 end",
21
- "test",
22
- "testing",
23
- "accessibility",
24
- "accessibilite",
25
- "a11y",
26
- "cypress",
27
- "playwright",
28
- "testing-library",
29
- "cucumber",
30
- "gherkin",
31
- "bdd",
32
- "tdd",
33
- "acceptance"
34
- ],
35
- "scripts": {
36
- "generate:step-definitions": "ts-node generate-step-definitions.ts",
37
- "package": "npm pack --pack-destination=\"../../dist/packages\"",
38
- "postinstall": "node postinstall.js",
39
- "unit-tests": "jest --runInBand --coverage --config=./jest.config.ts --testPathIgnorePatterns=src/tests/report",
40
- "verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPatterns=src/tests/report",
41
- "e2e-test:run": "ts-node test.ts e2e",
42
- "e2e-test:open": "ts-node test.ts open",
43
- "test": "npm run unit-tests && npm run e2e-test:run",
44
- "lint": "eslint -c .eslintrc.js"
45
- },
46
- "dependencies": {
47
- "@badeball/cypress-cucumber-preprocessor": "24.0.1",
48
- "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
49
- "@testing-library/cypress": "10.1.3",
50
- "@uuv/a11y": "1.0.0-beta.108",
51
- "@uuv/runner-commons": "2.85.1",
52
- "axe-core": "4.11.4",
53
- "chai-subset": "^1.6.0",
54
- "cypress": "15.15.0",
55
- "cypress-on-fix": "^1.1.0",
56
- "cypress-real-events": "^1.10.0",
57
- "dom-accessibility-api": "^0.7.0",
58
- "is-admin": "4.0.0",
59
- "junit-report-merger": "^9.0.0",
60
- "lodash": "^4.17.21",
61
- "multiple-cucumber-html-reporter": "3.10.0",
62
- "path-browserify": "^1.0.1",
63
- "ts-node": "10.9.2",
64
- "typescript": "5.9.3",
65
- "webpack": "5.105.4"
66
- },
67
- "types": "./dist/index.d.ts",
68
- "main": "./dist/index.js",
69
- "files": [
70
- "dist/cucumber/**/*",
71
- "dist/cypress/**/*",
72
- "dist/lib/**/*",
73
- "dist/index.d.ts",
74
- "dist/index.js",
75
- "bin/**/*",
76
- "postinstall.js",
77
- "target-config/**/*",
78
- "src/cucumber/step_definitions/cypress/generated/**/*",
79
- "*.md"
80
- ],
81
- "exports": {
82
- ".": {
83
- "types": "./dist/index.d.ts",
84
- "import": "./dist/index.js",
85
- "require": "./dist/index.js"
2
+ "name": "@uuv/cypress",
3
+ "version": "2.92.0",
4
+ "type": "commonjs",
5
+ "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
+ "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
7
+ "license": "MIT",
8
+ "homepage": "https://e2e-test-quest.github.io/uuv/",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/e2e-test-quest/uuv"
86
12
  },
87
- "./cypress/commands": {
88
- "types": "./dist/cypress/commands.d.ts",
89
- "import": "./dist/cypress/commands.js",
90
- "require": "./dist/cypress/commands.js"
13
+ "engines": {
14
+ "node": ">=24"
91
15
  },
92
- "./cypress/cypress.config": {
93
- "types": "./dist/cypress/cypress.config.d.ts",
94
- "import": "./dist/cypress/cypress.config.js",
95
- "require": "./dist/cypress/cypress.config.js"
16
+ "bin": {
17
+ "uuv": "bin/uuv"
96
18
  },
97
- "./cucumber/step_definitions": {
98
- "types": "./dist/cucumber/step_definitions/**/*.d.ts",
99
- "import": "./dist/cucumber/step_definitions/**/*.js",
100
- "require": "./dist/cucumber/step_definitions/**/*.js"
19
+ "keywords": [
20
+ "uuv",
21
+ "e2e",
22
+ "end2end",
23
+ "end 2 end",
24
+ "test",
25
+ "testing",
26
+ "accessibility",
27
+ "accessibilite",
28
+ "a11y",
29
+ "cypress",
30
+ "playwright",
31
+ "testing-library",
32
+ "cucumber",
33
+ "gherkin",
34
+ "bdd",
35
+ "tdd",
36
+ "acceptance"
37
+ ],
38
+ "scripts": {
39
+ "generate:step-definitions": "ts-node generate-step-definitions.ts",
40
+ "package": "npm pack --pack-destination=\"../../dist/packages\"",
41
+ "postinstall": "node postinstall.js",
42
+ "unit-tests": "jest --runInBand --coverage --config=./jest.config.ts --testPathIgnorePatterns=src/tests/report",
43
+ "verify-report": "jest --runInBand --coverage --config=./jest.config.ts --testPathPatterns=src/tests/report",
44
+ "e2e-test:run": "ts-node test.ts e2e",
45
+ "e2e-test:open": "ts-node test.ts open",
46
+ "test": "npm run unit-tests && npm run e2e-test:run",
47
+ "lint": "eslint -c .eslintrc.js"
48
+ },
49
+ "dependencies": {
50
+ "@badeball/cypress-cucumber-preprocessor": "24.0.1",
51
+ "@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
52
+ "@testing-library/cypress": "10.1.3",
53
+ "@uuv/a11y": "1.0.0-beta.109",
54
+ "@uuv/runner-commons": "2.86.0",
55
+ "axe-core": "4.12.1",
56
+ "chai-subset": "^1.6.0",
57
+ "cypress": "15.17.0",
58
+ "cypress-on-fix": "^1.1.0",
59
+ "cypress-real-events": "^1.10.0",
60
+ "dom-accessibility-api": "^0.7.0",
61
+ "is-admin": "4.0.0",
62
+ "junit-report-merger": "^9.0.0",
63
+ "lodash": "^4.17.21",
64
+ "multiple-cucumber-html-reporter": "3.10.0",
65
+ "path-browserify": "^1.0.1",
66
+ "ts-node": "10.9.2",
67
+ "typescript": "5.9.3",
68
+ "webpack": "5.105.4"
69
+ },
70
+ "types": "./dist/index.d.ts",
71
+ "main": "./dist/index.js",
72
+ "files": [
73
+ "dist/cucumber/**/*",
74
+ "dist/cypress/**/*",
75
+ "dist/lib/**/*",
76
+ "dist/index.d.ts",
77
+ "dist/index.js",
78
+ "bin/**/*",
79
+ "postinstall.js",
80
+ "target-config/**/*",
81
+ "src/cucumber/step_definitions/cypress/generated/**/*",
82
+ "*.md"
83
+ ],
84
+ "exports": {
85
+ ".": {
86
+ "types": "./dist/index.d.ts",
87
+ "import": "./dist/index.js",
88
+ "require": "./dist/index.js"
89
+ },
90
+ "./cypress/commands": {
91
+ "types": "./dist/cypress/commands.d.ts",
92
+ "import": "./dist/cypress/commands.js",
93
+ "require": "./dist/cypress/commands.js"
94
+ },
95
+ "./cypress/cypress.config": {
96
+ "types": "./dist/cypress/cypress.config.d.ts",
97
+ "import": "./dist/cypress/cypress.config.js",
98
+ "require": "./dist/cypress/cypress.config.js"
99
+ },
100
+ "./cucumber/step_definitions": {
101
+ "types": "./dist/cucumber/step_definitions/**/*.d.ts",
102
+ "import": "./dist/cucumber/step_definitions/**/*.js",
103
+ "require": "./dist/cucumber/step_definitions/**/*.js"
104
+ }
105
+ },
106
+ "devDependencies": {
107
+ "@types/minimist": "1.2.5",
108
+ "@types/node": "22.19.17",
109
+ "chalk": "^4.1.2",
110
+ "cross-env": "7.0.3",
111
+ "eslint-plugin-cypress": "4.3.0",
112
+ "ts-loader": "9.5.7",
113
+ "tsconfig-paths": "4.2.0"
114
+ },
115
+ "funding": {
116
+ "type": "opencollective",
117
+ "url": "https://opencollective.com/uuv"
101
118
  }
102
- },
103
- "devDependencies": {
104
- "@types/minimist": "1.2.5",
105
- "@types/node": "22.19.17",
106
- "chalk": "^4.1.2",
107
- "cross-env": "7.0.3",
108
- "eslint-plugin-cypress": "4.3.0",
109
- "ts-loader": "9.5.7",
110
- "tsconfig-paths": "4.2.0"
111
- },
112
- "funding": {
113
- "type": "opencollective",
114
- "url": "https://opencollective.com/uuv"
115
- }
116
119
  }