@uuv/cypress 2.13.0 → 2.13.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [2.13.1](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.13.0...runner-cypress-v2.13.1) (2024-03-15)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **runner-cypress:** update dependency @cypress/webpack-preprocessor to v6 ([2e9a52b](https://github.com/Orange-OpenSource/uuv/commit/2e9a52b2cc1bfb05e96c212cdec0fd644f41d02b))
7
+
1
8
  # [2.13.0](https://github.com/Orange-OpenSource/uuv/compare/runner-cypress-v2.12.1...runner-cypress-v2.13.0) (2024-03-11)
2
9
 
3
10
 
package/README.md CHANGED
@@ -64,7 +64,7 @@ We can use the cypress engine(`@uuv/cypress`) to run test or playwright with [@u
64
64
 
65
65
  ## Benefits
66
66
  - If used correctly, integrates accessibility from the development stage
67
- - A living documentation is possible because we propose an unified language for developers and non-developers with a [rich dictionary](category/step-definition) of ready-to-use sentences
67
+ - A living documentation is possible because we propose an unified language for developers and non-developers with a [rich dictionary](https://orange-opensource.github.io/uuv/docs/category/step-definition) of ready-to-use sentences
68
68
  - [@uuv/assistant](https://www.npmjs.com/package/@uuv/assistant) that facilitates the writing of tests by suggesting the most accessible sentences
69
69
  - [JetBrains Plugin](https://orange-opensource.github.io/uuv/docs/tools/uuv-jetbrains-plugin) that helps you to write and execute your UUV E2E tests from JetBrains IDEs
70
70
  - Integrates several runtime engines: Cypress / Playwright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/cypress",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "type": "commonjs",
5
5
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
6
6
  "description": "A solution to facilitate the writing and execution of E2E tests understandable by any human being using cucumber(BDD) and cypress",
@@ -43,10 +43,10 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@badeball/cypress-cucumber-preprocessor": "16.0.3",
46
- "@cypress/webpack-preprocessor": "5.17.1",
46
+ "@cypress/webpack-preprocessor": "6.0.1",
47
47
  "@testing-library/cypress": "10.0.1",
48
- "@uuv/a11y": "1.0.0-beta.18",
49
- "@uuv/runner-commons": "2.8.1",
48
+ "@uuv/a11y": "1.0.0-beta.19",
49
+ "@uuv/runner-commons": "2.8.2",
50
50
  "axe-core": "4.8.4",
51
51
  "chai-subset": "^1.6.0",
52
52
  "chalk": "4.1.2",