@uuv/playwright 1.13.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -84,7 +84,7 @@ With this dom example :
84
84
  we see that the sentence proposed by **UUV is the most understandable** of all
85
85
  | Library | Syntax |
86
86
  |:--|:--|
87
- | Cypress | cy.get('result').should('exist') |
87
+ | Cypress | cy.get('h1').contains('Result') |
88
88
  | Playwright| await expect(page.getByTitle('Result')).toHaveCount(1) |
89
89
  | Testing library | expect(screen.getByTitle(/Result/i)).toBeTruthy() |
90
90
  | UUV | Then I should see a title named "Result"|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/playwright",
3
- "version": "1.13.0",
3
+ "version": "1.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 playwright",
@@ -46,7 +46,7 @@
46
46
  "dependencies": {
47
47
  "@cucumber/cucumber": "9.3.0",
48
48
  "@playwright/test": "1.33.0",
49
- "@uuv/runner-commons": "1.10.0",
49
+ "@uuv/runner-commons": "1.10.1",
50
50
  "axe-core": "4.7.2",
51
51
  "axe-playwright": "1.2.3",
52
52
  "chalk": "4.1.2",
@@ -89,8 +89,8 @@
89
89
  }
90
90
  },
91
91
  "devDependencies": {
92
- "@types/minimist": "1.2.4",
93
- "@types/node": "16.18.59",
92
+ "@types/minimist": "1.2.5",
93
+ "@types/node": "16.18.61",
94
94
  "cross-env": "7.0.3",
95
95
  "eslint-plugin-cucumber": "2.0.0",
96
96
  "eslint-plugin-jest": "27.6.0",