vita-playwright 1.0.3 → 1.0.4
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.
- package/package.json +3 -43
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vita-playwright",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"url": "https://github.com/Vialto/fbt-test-automation",
|
|
5
5
|
"email": "noreply_testautomation@vialto.com",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -11,35 +11,23 @@
|
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"@playwright/test": "^1.29.1",
|
|
14
|
-
"@types/expect": "24.3.0",
|
|
15
|
-
"@types/fs-extra": "9.0.13",
|
|
16
14
|
"@types/lodash": "4.14.189",
|
|
17
15
|
"@types/node": "18.11.9",
|
|
18
|
-
"@types/pixelmatch": "5.2.4",
|
|
19
|
-
"@types/pngjs": "6.0.1",
|
|
20
|
-
"@types/qs": "^6.9.7",
|
|
21
16
|
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
22
17
|
"@typescript-eslint/parser": "5.43.0",
|
|
23
18
|
"allure-commandline": "^2.20.1",
|
|
24
19
|
"allure-cucumberjs": "2.0.0-beta.21",
|
|
25
20
|
"allure-playwright": "^2.0.0-beta.20",
|
|
26
21
|
"axios": "^0.27.2",
|
|
27
|
-
"chromedriver": "104.0.0",
|
|
28
22
|
"crypto-js": "^4.1.1",
|
|
29
|
-
"date-and-time": "2.4.1",
|
|
30
23
|
"eslint": "8.28.0",
|
|
31
24
|
"eslint-config-prettier": "8.5.0",
|
|
32
25
|
"eslint-plugin-import": "2.26.0",
|
|
33
26
|
"eslint-plugin-prettier": "4.2.1",
|
|
34
|
-
"experimental-allure-playwright": "^0.0.3",
|
|
35
|
-
"fs-extra": "^10.1.0",
|
|
36
|
-
"jasmine2-protractor-utils": "^1.3.0",
|
|
37
|
-
"json-schema": "^0.4.0",
|
|
38
27
|
"mssql": "9.0.0",
|
|
39
28
|
"open": "8.4.0",
|
|
40
29
|
"prettier": "2.7.1",
|
|
41
30
|
"rimraf": "3.0.2",
|
|
42
|
-
"standard-version": "9.5.0",
|
|
43
31
|
"ts-node": "10.9.1",
|
|
44
32
|
"typescript": "4.9.3",
|
|
45
33
|
"xmldom": "0.6.0"
|
|
@@ -49,43 +37,15 @@
|
|
|
49
37
|
"@cucumber/cucumber": "7.3.1",
|
|
50
38
|
"@cucumber/html-formatter": "11.0.4",
|
|
51
39
|
"@cucumber/pretty-formatter": "1.0.0-alpha.0",
|
|
52
|
-
"@types/expect": "24.3.0",
|
|
53
|
-
"@types/lodash": "4.14.167",
|
|
54
|
-
"@types/node": "14.14.20",
|
|
55
40
|
"cucumber-console-formatter": "1.0.0",
|
|
56
41
|
"dotenv": "^16.0.3",
|
|
57
|
-
"expect": "26.6.2",
|
|
58
42
|
"is-ci": "2.0.0",
|
|
59
43
|
"lodash": "^4.17.21",
|
|
60
44
|
"playwright": "^1.25.0",
|
|
61
|
-
"
|
|
62
|
-
"rimraf": "3.0.2",
|
|
63
|
-
"typescript": "4.1.3",
|
|
45
|
+
"robotjs": "^0.6.0",
|
|
64
46
|
"xlsx": "^0.18.5"
|
|
65
47
|
},
|
|
66
|
-
"dev2Dependencies": {
|
|
67
|
-
"@types/fs-extra": "9.0.13",
|
|
68
|
-
"@types/expect": "24.3.0",
|
|
69
|
-
"@types/lodash": "4.14.189",
|
|
70
|
-
"@types/node": "18.11.9",
|
|
71
|
-
"@types/pixelmatch": "5.2.4",
|
|
72
|
-
"@types/pngjs": "6.0.1",
|
|
73
|
-
"@typescript-eslint/eslint-plugin": "5.43.0",
|
|
74
|
-
"@typescript-eslint/parser": "5.43.0",
|
|
75
|
-
"allure-cucumberjs": "2.0.0-beta.19",
|
|
76
|
-
"eslint": "8.28.0",
|
|
77
|
-
"eslint-config-prettier": "8.5.0",
|
|
78
|
-
"eslint-plugin-import": "2.26.0",
|
|
79
|
-
"eslint-plugin-prettier": "4.2.1",
|
|
80
|
-
"fs-extra": "10.1.0",
|
|
81
|
-
"open": "8.4.0",
|
|
82
|
-
"prettier": "2.7.1",
|
|
83
|
-
"rimraf": "3.0.2",
|
|
84
|
-
"standard-version": "9.5.0",
|
|
85
|
-
"ts-node": "10.9.1",
|
|
86
|
-
"typescript": "4.9.3"
|
|
87
|
-
},
|
|
88
48
|
"author": "Vialto QE",
|
|
89
49
|
"license": "ISC",
|
|
90
50
|
"description": "common functions for VITA framework"
|
|
91
|
-
}
|
|
51
|
+
}
|