@uuv/assistant 1.13.3 → 1.14.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/README.md +4 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -61,10 +61,11 @@ 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 of ready-to-use sentences
65
- - @uuv/assistant that facilitates the writing of tests by suggesting the most accessible sentences
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
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
+ - [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
66
67
  - Integrates several runtime engines: Cypress / Playwright
67
- - User-friendly and standardized execution report
68
+ - User friendly and standardized execution report([example](https://e2e-test-quest.github.io/kata-e2e-uuv/
68
69
  ### <u>Comparison</u>
69
70
  | Criteria | Cypress | Playwright | Testing library | UUV |
70
71
  |:-: |:-: |:-: |:-: |:-: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/assistant",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
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",