@uuv/assistant 2.8.1 → 2.9.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -61,7 +61,7 @@ With `@uuv/assistant`, we can generate cucumber sentences that will use an execu
61
61
 
62
62
  ## Benefits
63
63
  - If used correctly, integrates accessibility from the development stage
64
- - 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
64
+ - 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
65
65
  - [@uuv/assistant](https://orange-opensource.github.io/uuv/docs/tools/uuv-assistant) that facilitates the writing of tests by suggesting the most accessible sentences
66
66
  - [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
67
67
  - Integrates several runtime engines: Cypress / Playwright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "2.8.1",
3
+ "version": "2.9.1",
4
4
  "author": "Louis Fredice NJAKO MOLOM (https://github.com/luifr10) & Stanley SERVICAL (https://github.com/stanlee974)",
5
5
  "description": "UUV Helper used to improve the life of testers and developers by generating cucumber phrases from the GUI.",
6
6
  "license": "MIT",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@ant-design/icons": "^5.0.1",
58
58
  "@cucumber/cucumber": "9.6.0",
59
- "@uuv/runner-commons": "2.8.1",
59
+ "@uuv/runner-commons": "2.8.2",
60
60
  "antd": "^5.4.6",
61
61
  "figlet": "1.7.0",
62
62
  "inspector-dom": "0.1.1",
@@ -87,7 +87,7 @@
87
87
  "@types/testing-library__jest-dom": "5.14.9",
88
88
  "@typescript-eslint/eslint-plugin": "5.62.0",
89
89
  "@typescript-eslint/parser": "5.62.0",
90
- "@uuv/playwright": "2.8.1",
90
+ "@uuv/playwright": "2.9.1",
91
91
  "dom-accessibility-api": "0.6.3",
92
92
  "eslint": "8.57.0",
93
93
  "eslint-plugin-react": "7.33.2",