@uuv/playwright 2.9.0 → 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 +2 -2
package/README.md CHANGED
@@ -66,7 +66,7 @@ We can use the playwright engine(`@uuv/playwright`) to run test or cypress with
66
66
 
67
67
  ## Benefits
68
68
  - If used correctly, integrates accessibility from the development stage
69
- - 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
69
+ - 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
70
70
  - [@uuv/assistant](https://www.npmjs.com/package/@uuv/assistant) that facilitates the writing of tests by suggesting the most accessible sentences
71
71
  - [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
72
72
  - Integrates several runtime engines: Cypress / Playwright
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/playwright",
3
- "version": "2.9.0",
3
+ "version": "2.9.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 playwright",
@@ -44,7 +44,7 @@
44
44
  "@cucumber/cucumber": "9.6.0",
45
45
  "@cucumber/tag-expressions": "^6.0.0",
46
46
  "@playwright/test": "1.42.1",
47
- "@uuv/runner-commons": "2.8.1",
47
+ "@uuv/runner-commons": "2.8.2",
48
48
  "axe-core": "4.8.4",
49
49
  "axe-playwright": "2.0.1",
50
50
  "chalk": "4.1.2",