@uuv/playwright 3.30.0 → 3.31.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.
@@ -462,6 +462,7 @@ class UuvPlaywrightReporterHelper {
462
462
  multiple_cucumber_html_reporter_1.default.generate({
463
463
  jsonDir: reportDirJson,
464
464
  reportPath: reportDirHtml,
465
+ useCDN: true,
465
466
  metadata: {
466
467
  browser: {
467
468
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uuv/playwright",
3
- "version": "3.30.0",
3
+ "version": "3.31.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,8 +46,8 @@
46
46
  "@cucumber/tag-expressions": "^6.0.0",
47
47
  "@cucumber/cucumber": "11.0.1",
48
48
  "@playwright/test": "^1.44.1",
49
- "@uuv/a11y": "1.0.0-beta.62",
50
- "@uuv/runner-commons": "2.44.0",
49
+ "@uuv/a11y": "1.0.0-beta.64",
50
+ "@uuv/runner-commons": "2.45.1",
51
51
  "axe-core": "4.10.2",
52
52
  "axe-playwright": "2.1.0",
53
53
  "chalk-table": "^1.0.2",