@uuv/playwright 3.31.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.31.
|
|
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,15 +46,15 @@
|
|
|
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.
|
|
50
|
-
"@uuv/runner-commons": "2.45.
|
|
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",
|
|
54
54
|
"chokidar": "4.0.1",
|
|
55
55
|
"cucumber-json-report-formatter": "0.1.4",
|
|
56
56
|
"lodash": "^4.17.21",
|
|
57
|
-
"multiple-cucumber-html-reporter": "3.9.
|
|
57
|
+
"multiple-cucumber-html-reporter": "3.9.0",
|
|
58
58
|
"nanoid": "^3.3.7",
|
|
59
59
|
"playwright-bdd": "^6.5.0",
|
|
60
60
|
"ts-node": "10.9.2",
|