@wdio/smoke-test-service 9.0.4 → 9.4.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/build/index.js +0 -18
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -11,59 +11,45 @@ var SmokeService = class {
|
|
|
11
11
|
beforeSession() {
|
|
12
12
|
this.logFile.write("beforeSession called\n");
|
|
13
13
|
}
|
|
14
|
-
// eslint-disable-line no-console
|
|
15
14
|
before() {
|
|
16
15
|
this.logFile.write("before called\n");
|
|
17
16
|
}
|
|
18
|
-
// eslint-disable-line no-console
|
|
19
17
|
beforeSuite() {
|
|
20
18
|
this.logFile.write("beforeSuite called\n");
|
|
21
19
|
}
|
|
22
|
-
// eslint-disable-line no-console
|
|
23
20
|
beforeHook() {
|
|
24
21
|
this.logFile.write("beforeHook called\n");
|
|
25
22
|
}
|
|
26
|
-
// eslint-disable-line no-console
|
|
27
23
|
afterHook() {
|
|
28
24
|
this.logFile.write("afterHook called\n");
|
|
29
25
|
}
|
|
30
|
-
// eslint-disable-line no-console
|
|
31
26
|
beforeTest() {
|
|
32
27
|
this.logFile.write("beforeTest called\n");
|
|
33
28
|
}
|
|
34
|
-
// eslint-disable-line no-console
|
|
35
29
|
beforeCommand() {
|
|
36
30
|
this.logFile.write("beforeCommand called\n");
|
|
37
31
|
}
|
|
38
|
-
// eslint-disable-line no-console
|
|
39
32
|
afterCommand() {
|
|
40
33
|
this.logFile.write("afterCommand called\n");
|
|
41
34
|
}
|
|
42
|
-
// eslint-disable-line no-console
|
|
43
35
|
afterTest() {
|
|
44
36
|
this.logFile.write("afterTest called\n");
|
|
45
37
|
}
|
|
46
|
-
// eslint-disable-line no-console
|
|
47
38
|
afterSuite() {
|
|
48
39
|
this.logFile.write("afterSuite called\n");
|
|
49
40
|
}
|
|
50
|
-
// eslint-disable-line no-console
|
|
51
41
|
after() {
|
|
52
42
|
this.logFile.write("after called\n");
|
|
53
43
|
}
|
|
54
|
-
// eslint-disable-line no-console
|
|
55
44
|
afterSession() {
|
|
56
45
|
this.logFile.write("afterSession called\n");
|
|
57
46
|
}
|
|
58
|
-
// eslint-disable-line no-console
|
|
59
47
|
beforeAssertion() {
|
|
60
48
|
this.logFile.write("beforeAssertion called\n");
|
|
61
49
|
}
|
|
62
|
-
// eslint-disable-line no-console
|
|
63
50
|
afterAssertion() {
|
|
64
51
|
this.logFile.write("afterAssertion called\n");
|
|
65
52
|
}
|
|
66
|
-
// eslint-disable-line no-console
|
|
67
53
|
};
|
|
68
54
|
var SmokeServiceLauncher = class {
|
|
69
55
|
logFile;
|
|
@@ -73,19 +59,15 @@ var SmokeServiceLauncher = class {
|
|
|
73
59
|
onPrepare() {
|
|
74
60
|
this.logFile.write("onPrepare called\n");
|
|
75
61
|
}
|
|
76
|
-
// eslint-disable-line no-console
|
|
77
62
|
onWorkerStart() {
|
|
78
63
|
this.logFile.write("onWorkerStart called\n");
|
|
79
64
|
}
|
|
80
|
-
// eslint-disable-line no-console
|
|
81
65
|
onWorkerEnd() {
|
|
82
66
|
this.logFile.write("onWorkerEnd called\n");
|
|
83
67
|
}
|
|
84
|
-
// eslint-disable-line no-console
|
|
85
68
|
onComplete() {
|
|
86
69
|
this.logFile.write("onComplete called\n");
|
|
87
70
|
}
|
|
88
|
-
// eslint-disable-line no-console
|
|
89
71
|
};
|
|
90
72
|
var launcher = SmokeServiceLauncher;
|
|
91
73
|
export {
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/smoke-test-service",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.4.4",
|
|
4
4
|
"description": "A WebdriverIO utility to smoke test services for internal testing purposes.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-smoke-test-service",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": ">=18"
|
|
9
|
+
"node": ">=18.20.0"
|
|
10
10
|
},
|
|
11
11
|
"repository": {
|
|
12
12
|
"type": "git",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@types/node": "^20.1.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "d327d86e07d16eaa0ecdf0656c1868ba73261393"
|
|
35
35
|
}
|