@wdio/smoke-test-cjs-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.cjs +0 -18
- package/package.json +3 -3
package/build/index.cjs
CHANGED
|
@@ -47,19 +47,15 @@ var SmokeServiceLauncher = class {
|
|
|
47
47
|
onPrepare() {
|
|
48
48
|
this.logFile.write("onPrepare called\n");
|
|
49
49
|
}
|
|
50
|
-
// eslint-disable-line no-console
|
|
51
50
|
onWorkerStart() {
|
|
52
51
|
this.logFile.write("onWorkerStart called\n");
|
|
53
52
|
}
|
|
54
|
-
// eslint-disable-line no-console
|
|
55
53
|
onWorkerEnd() {
|
|
56
54
|
this.logFile.write("onWorkerEnd called\n");
|
|
57
55
|
}
|
|
58
|
-
// eslint-disable-line no-console
|
|
59
56
|
onComplete() {
|
|
60
57
|
this.logFile.write("onComplete called\n");
|
|
61
58
|
}
|
|
62
|
-
// eslint-disable-line no-console
|
|
63
59
|
};
|
|
64
60
|
|
|
65
61
|
// src/service.ts
|
|
@@ -73,59 +69,45 @@ var SmokeService = class {
|
|
|
73
69
|
beforeSession() {
|
|
74
70
|
this.logFile.write("beforeSession called\n");
|
|
75
71
|
}
|
|
76
|
-
// eslint-disable-line no-console
|
|
77
72
|
before() {
|
|
78
73
|
this.logFile.write("before called\n");
|
|
79
74
|
}
|
|
80
|
-
// eslint-disable-line no-console
|
|
81
75
|
beforeSuite() {
|
|
82
76
|
this.logFile.write("beforeSuite called\n");
|
|
83
77
|
}
|
|
84
|
-
// eslint-disable-line no-console
|
|
85
78
|
beforeHook() {
|
|
86
79
|
this.logFile.write("beforeHook called\n");
|
|
87
80
|
}
|
|
88
|
-
// eslint-disable-line no-console
|
|
89
81
|
afterHook() {
|
|
90
82
|
this.logFile.write("afterHook called\n");
|
|
91
83
|
}
|
|
92
|
-
// eslint-disable-line no-console
|
|
93
84
|
beforeTest() {
|
|
94
85
|
this.logFile.write("beforeTest called\n");
|
|
95
86
|
}
|
|
96
|
-
// eslint-disable-line no-console
|
|
97
87
|
beforeCommand() {
|
|
98
88
|
this.logFile.write("beforeCommand called\n");
|
|
99
89
|
}
|
|
100
|
-
// eslint-disable-line no-console
|
|
101
90
|
afterCommand() {
|
|
102
91
|
this.logFile.write("afterCommand called\n");
|
|
103
92
|
}
|
|
104
|
-
// eslint-disable-line no-console
|
|
105
93
|
afterTest() {
|
|
106
94
|
this.logFile.write("afterTest called\n");
|
|
107
95
|
}
|
|
108
|
-
// eslint-disable-line no-console
|
|
109
96
|
afterSuite() {
|
|
110
97
|
this.logFile.write("afterSuite called\n");
|
|
111
98
|
}
|
|
112
|
-
// eslint-disable-line no-console
|
|
113
99
|
after() {
|
|
114
100
|
this.logFile.write("after called\n");
|
|
115
101
|
}
|
|
116
|
-
// eslint-disable-line no-console
|
|
117
102
|
afterSession() {
|
|
118
103
|
this.logFile.write("afterSession called\n");
|
|
119
104
|
}
|
|
120
|
-
// eslint-disable-line no-console
|
|
121
105
|
beforeAssertion() {
|
|
122
106
|
this.logFile.write("beforeAssertion called\n");
|
|
123
107
|
}
|
|
124
|
-
// eslint-disable-line no-console
|
|
125
108
|
afterAssertion() {
|
|
126
109
|
this.logFile.write("afterAssertion called\n");
|
|
127
110
|
}
|
|
128
|
-
// eslint-disable-line no-console
|
|
129
111
|
};
|
|
130
112
|
|
|
131
113
|
// src/index.ts
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/smoke-test-cjs-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",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@types/node": "^20.1.0"
|
|
29
29
|
},
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "d327d86e07d16eaa0ecdf0656c1868ba73261393"
|
|
31
31
|
}
|