@camperaid/watest 2.4.10 → 2.4.11
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 +9 -9
- package/tests/e2e/samples/folder/package-lock.json +8 -8
- package/tests/e2e/samples/loader/package-lock.json +8 -8
- package/tests/e2e/samples/loader_mixed/package-lock.json +8 -8
- package/tests/e2e/samples/loader_multiple/package-lock.json +8 -8
- package/tests/e2e/samples/single/package-lock.json +8 -8
- package/tests/e2e/samples/wd_mixed/package-lock.json +8 -8
- package/tests/e2e/samples/wd_single/package-lock.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camperaid/watest",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.11",
|
|
4
4
|
"description": "Web Application Testsuite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
},
|
|
37
37
|
"homepage": "https://github.com/camperaid/watest#readme",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"selenium-webdriver": "^4.
|
|
39
|
+
"selenium-webdriver": "^4.34.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"dotenv": "^
|
|
43
|
-
"eslint": "^9.
|
|
44
|
-
"@eslint/js": "^9.
|
|
45
|
-
"eslint-plugin-n": "^17.
|
|
46
|
-
"husky": "^9.1.
|
|
47
|
-
"lint-staged": "^
|
|
48
|
-
"prettier": "^3.
|
|
42
|
+
"dotenv": "^17.2.0",
|
|
43
|
+
"eslint": "^9.31.0",
|
|
44
|
+
"@eslint/js": "^9.31.0",
|
|
45
|
+
"eslint-plugin-n": "^17.21.0",
|
|
46
|
+
"husky": "^9.1.7",
|
|
47
|
+
"lint-staged": "^16.1.2",
|
|
48
|
+
"prettier": "^3.6.2"
|
|
49
49
|
},
|
|
50
50
|
"lint-staged": {
|
|
51
51
|
"*.js": [
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dev": true,
|
|
21
21
|
"license": "MPL",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"selenium-webdriver": "^4.
|
|
23
|
+
"selenium-webdriver": "^4.34.0"
|
|
24
24
|
},
|
|
25
25
|
"bin": {
|
|
26
26
|
"watest": "bin/watest.js"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@eslint/js": "^9.
|
|
30
|
-
"dotenv": "^
|
|
31
|
-
"eslint": "^9.
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"husky": "^9.1.
|
|
34
|
-
"lint-staged": "^
|
|
35
|
-
"prettier": "^3.
|
|
29
|
+
"@eslint/js": "^9.31.0",
|
|
30
|
+
"dotenv": "^17.2.0",
|
|
31
|
+
"eslint": "^9.31.0",
|
|
32
|
+
"eslint-plugin-n": "^17.21.0",
|
|
33
|
+
"husky": "^9.1.7",
|
|
34
|
+
"lint-staged": "^16.1.2",
|
|
35
|
+
"prettier": "^3.6.2"
|
|
36
36
|
},
|
|
37
37
|
"engines": {
|
|
38
38
|
"node": ">=22.0.0"
|