@uuv/playwright 3.14.0 → 3.16.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.
|
@@ -104,7 +104,7 @@ class UUVCliPlaywrightRunner {
|
|
|
104
104
|
if (options.report?.junit.enabled) {
|
|
105
105
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
106
106
|
// @ts-ignore
|
|
107
|
-
process.env.
|
|
107
|
+
process.env.PLAYWRIGHT_JUNIT_OUTPUT_FILE = options.report?.junit.outputFile;
|
|
108
108
|
reporter = `${reporter},junit`;
|
|
109
109
|
}
|
|
110
110
|
const command = this.buildCommand(options, configFile, reporter);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uuv/playwright",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0",
|
|
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",
|
|
@@ -45,14 +45,14 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@cucumber/tag-expressions": "^6.0.0",
|
|
47
47
|
"@playwright/test": "^1.44.1",
|
|
48
|
-
"@uuv/runner-commons": "2.
|
|
48
|
+
"@uuv/runner-commons": "2.31.0",
|
|
49
49
|
"axe-core": "4.10.0",
|
|
50
|
-
"axe-playwright": "2.0.
|
|
50
|
+
"axe-playwright": "2.0.3",
|
|
51
51
|
"chalk-table": "^1.0.2",
|
|
52
52
|
"chokidar": "3.5.3",
|
|
53
53
|
"cucumber-json-report-formatter": "0.1.4",
|
|
54
54
|
"lodash": "^4.17.21",
|
|
55
|
-
"multiple-cucumber-html-reporter": "3.
|
|
55
|
+
"multiple-cucumber-html-reporter": "3.8.0",
|
|
56
56
|
"nanoid": "^3.3.7",
|
|
57
57
|
"playwright-bdd": "^6.5.0",
|
|
58
58
|
"ts-node": "10.9.2",
|
|
@@ -93,9 +93,9 @@
|
|
|
93
93
|
"cross-env": "7.0.3",
|
|
94
94
|
"eslint-plugin-cucumber": "2.0.0",
|
|
95
95
|
"eslint-plugin-jest": "27.9.0",
|
|
96
|
-
"eslint-plugin-playwright": "1.
|
|
96
|
+
"eslint-plugin-playwright": "1.7.0",
|
|
97
97
|
"ts-loader": "9.4.2",
|
|
98
98
|
"tsconfig-paths": "4.2.0",
|
|
99
|
-
"webpack": "5.
|
|
99
|
+
"webpack": "5.95.0"
|
|
100
100
|
}
|
|
101
101
|
}
|