testchimp-runner-core 0.0.29 → 0.0.30
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/dist/execution-service.d.ts.map +1 -1
- package/dist/execution-service.js +45 -3
- package/dist/execution-service.js.map +1 -1
- package/dist/prompts.d.ts.map +1 -1
- package/dist/prompts.js +6 -2
- package/dist/prompts.js.map +1 -1
- package/dist/scenario-worker-class.d.ts.map +1 -1
- package/dist/scenario-worker-class.js +1 -0
- package/dist/scenario-worker-class.js.map +1 -1
- package/dist/types.d.ts +1 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
- package/src/execution-service.ts +48 -3
- package/src/scenario-worker-class.ts +1 -0
- package/src/types.ts +1 -0
- package/tsc +0 -1029
package/tsc
DELETED
|
@@ -1,1029 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
🔧 Building VS Code extension...
|
|
3
|
-
|
|
4
|
-
> testchimp-vs-extension@0.0.3 build
|
|
5
|
-
> webpack --mode production
|
|
6
|
-
|
|
7
|
-
🌍 Building for environment: prod
|
|
8
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
9
|
-
[webpack-cli] Compiler starting...
|
|
10
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
11
|
-
asset extension.js 366 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
12
|
-
modules by path ../runner-core/ 513 KiB
|
|
13
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
14
|
-
modules by path ../runner-core/dist/ 127 KiB
|
|
15
|
-
modules by path ../runner-core/dist/*.js 117 KiB 12 modules
|
|
16
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
17
|
-
modules by path ./ 174 KiB
|
|
18
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
19
|
-
modules by path ./src/*.ts 48.8 KiB 3 modules
|
|
20
|
-
./node_mo ./node_mo ./node_mo ./node_mo ./node_mo ./node
|
|
21
|
-
+++++++++++++++++++++++++++++++++++ed+++++++++++++++++++++++++++ [++++++++++++++++++++++++++++++++++ B++++ complete! Both projects are ready.
|
|
22
|
-
|
|
23
|
-
📁 Output locations:
|
|
24
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
25
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
26
|
-
|
|
27
|
-
🌍 Built for: prod environment
|
|
28
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
29
|
-
|
|
30
|
-
🎯 You can now test the VS Code extension!
|
|
31
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
32
|
-
🌍 Environment: PRODUCTION
|
|
33
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
34
|
-
🚀 Building TestChimp projects...
|
|
35
|
-
📦 Building runner-core...
|
|
36
|
-
📋 Using production environment configuration...
|
|
37
|
-
|
|
38
|
-
> testchimp-runner-core@1.0.0 build
|
|
39
|
-
> tsc
|
|
40
|
-
|
|
41
|
-
🔧 Building VS Code extension...
|
|
42
|
-
|
|
43
|
-
> testchimp-vs-extension@0.0.3 build
|
|
44
|
-
> webpack --mode production
|
|
45
|
-
|
|
46
|
-
🌍 Building for environment: prod
|
|
47
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
48
|
-
[webpack-cli] Compiler starting...
|
|
49
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
50
|
-
asset extension.js 366 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
51
|
-
modules by path ../runner-core/ 513 KiB
|
|
52
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
53
|
-
modules by path ../runner-core/dist/ 127 KiB
|
|
54
|
-
modules by path ../runner-core/dist/*.js 117 KiB 12 modules
|
|
55
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
56
|
-
modules by path ./ 174 KiB
|
|
57
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
58
|
-
modules by path ./src/*.ts 48.8 KiB 3 modules
|
|
59
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
60
|
-
+ 20 modules
|
|
61
|
-
webpack 5.100.1 compiled successfully in 2837 ms
|
|
62
|
-
[webpack-cli] Compiler finished
|
|
63
|
-
✅ Build complete! Both projects are ready.
|
|
64
|
-
|
|
65
|
-
📁 Output locations:
|
|
66
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
67
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
68
|
-
|
|
69
|
-
🌍 Built for: prod environment
|
|
70
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
71
|
-
|
|
72
|
-
🎯 You can now test the VS Code extension!
|
|
73
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
74
|
-
🌍 Environment: PRODUCTION
|
|
75
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
76
|
-
🚀 Building TestChimp projects...
|
|
77
|
-
📦 Building runner-core...
|
|
78
|
-
📋 Using production environment configuration...
|
|
79
|
-
|
|
80
|
-
> testchimp-runner-core@1.0.0 build
|
|
81
|
-
> tsc
|
|
82
|
-
|
|
83
|
-
🔧 Building VS Code extension...
|
|
84
|
-
|
|
85
|
-
> testchimp-vs-extension@0.0.3 build
|
|
86
|
-
> webpack --mode production
|
|
87
|
-
|
|
88
|
-
🌍 Building for environment: prod
|
|
89
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
90
|
-
[webpack-cli] Compiler starting...
|
|
91
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
92
|
-
asset extension.js 366 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
93
|
-
modules by path ../runner-core/ 513 KiB
|
|
94
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
95
|
-
modules by path ../runner-core/dist/ 127 KiB
|
|
96
|
-
modules by path ../runner-core/dist/*.js 117 KiB 12 modules
|
|
97
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
98
|
-
modules by path ./ 175 KiB
|
|
99
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
100
|
-
modules by path ./src/*.ts 49.9 KiB 3 modules
|
|
101
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
102
|
-
+ 20 modules
|
|
103
|
-
webpack 5.100.1 compiled successfully in 2227 ms
|
|
104
|
-
[webpack-cli] Compiler finished
|
|
105
|
-
✅ Build complete! Both projects are ready.
|
|
106
|
-
|
|
107
|
-
📁 Output locations:
|
|
108
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
109
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
110
|
-
|
|
111
|
-
🌍 Built for: prod environment
|
|
112
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
113
|
-
|
|
114
|
-
🎯 You can now test the VS Code extension!
|
|
115
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
116
|
-
🌍 Environment: PRODUCTION
|
|
117
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
118
|
-
🚀 Building TestChimp projects...
|
|
119
|
-
📦 Building runner-core...
|
|
120
|
-
📋 Using production environment configuration...
|
|
121
|
-
|
|
122
|
-
> testchimp-runner-core@1.0.0 build
|
|
123
|
-
> tsc
|
|
124
|
-
|
|
125
|
-
🔧 Building VS Code extension...
|
|
126
|
-
|
|
127
|
-
> testchimp-vs-extension@0.0.3 build
|
|
128
|
-
> webpack --mode production
|
|
129
|
-
|
|
130
|
-
🌍 Building for environment: prod
|
|
131
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
132
|
-
[webpack-cli] Compiler starting...
|
|
133
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
134
|
-
asset extension.js 364 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
135
|
-
modules by path ../runner-core/ 505 KiB
|
|
136
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
137
|
-
modules by path ../runner-core/dist/ 119 KiB
|
|
138
|
-
modules by path ../runner-core/dist/*.js 109 KiB 12 modules
|
|
139
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
140
|
-
modules by path ./ 179 KiB
|
|
141
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
142
|
-
modules by path ./src/*.ts 53 KiB 3 modules
|
|
143
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
144
|
-
+ 20 modules
|
|
145
|
-
webpack 5.100.1 compiled successfully in 2331 ms
|
|
146
|
-
[webpack-cli] Compiler finished
|
|
147
|
-
✅ Build complete! Both projects are ready.
|
|
148
|
-
|
|
149
|
-
📁 Output locations:
|
|
150
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
151
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
152
|
-
|
|
153
|
-
🌍 Built for: prod environment
|
|
154
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
155
|
-
|
|
156
|
-
🎯 You can now test the VS Code extension!
|
|
157
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
158
|
-
🌍 Environment: PRODUCTION
|
|
159
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
160
|
-
🚀 Building TestChimp projects...
|
|
161
|
-
📦 Building runner-core...
|
|
162
|
-
📋 Using production environment configuration...
|
|
163
|
-
|
|
164
|
-
> testchimp-runner-core@1.0.0 build
|
|
165
|
-
> tsc
|
|
166
|
-
|
|
167
|
-
🔧 Building VS Code extension...
|
|
168
|
-
|
|
169
|
-
> testchimp-vs-extension@0.0.3 build
|
|
170
|
-
> webpack --mode production
|
|
171
|
-
|
|
172
|
-
🌍 Building for environment: prod
|
|
173
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
174
|
-
[webpack-cli] Compiler starting...
|
|
175
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
176
|
-
asset extension.js 365 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
177
|
-
modules by path ../runner-core/ 505 KiB
|
|
178
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
179
|
-
modules by path ../runner-core/dist/ 119 KiB
|
|
180
|
-
modules by path ../runner-core/dist/*.js 109 KiB 12 modules
|
|
181
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
182
|
-
modules by path ./ 179 KiB
|
|
183
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
184
|
-
modules by path ./src/*.ts 53.2 KiB 3 modules
|
|
185
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
186
|
-
+ 20 modules
|
|
187
|
-
webpack 5.100.1 compiled successfully in 2148 ms
|
|
188
|
-
[webpack-cli] Compiler finished
|
|
189
|
-
✅ Build complete! Both projects are ready.
|
|
190
|
-
|
|
191
|
-
📁 Output locations:
|
|
192
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
193
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
194
|
-
|
|
195
|
-
🌍 Built for: prod environment
|
|
196
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
197
|
-
|
|
198
|
-
🎯 You can now test the VS Code extension!
|
|
199
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
200
|
-
🌍 Environment: PRODUCTION
|
|
201
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
202
|
-
🚀 Building TestChimp projects...
|
|
203
|
-
📦 Building runner-core...
|
|
204
|
-
📋 Using production environment configuration...
|
|
205
|
-
|
|
206
|
-
> testchimp-runner-core@1.0.0 build
|
|
207
|
-
> tsc
|
|
208
|
-
|
|
209
|
-
🔧 Building VS Code extension...
|
|
210
|
-
|
|
211
|
-
> testchimp-vs-extension@0.0.3 build
|
|
212
|
-
> webpack --mode production
|
|
213
|
-
|
|
214
|
-
🌍 Building for environment: prod
|
|
215
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
216
|
-
[webpack-cli] Compiler starting...
|
|
217
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
218
|
-
asset extension.js 365 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
219
|
-
modules by path ../runner-core/ 505 KiB
|
|
220
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
221
|
-
modules by path ../runner-core/dist/ 119 KiB
|
|
222
|
-
modules by path ../runner-core/dist/*.js 109 KiB 12 modules
|
|
223
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
224
|
-
modules by path ./ 180 KiB
|
|
225
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
226
|
-
modules by path ./src/*.ts 54.4 KiB 3 modules
|
|
227
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
228
|
-
+ 20 modules
|
|
229
|
-
webpack 5.100.1 compiled successfully in 2037 ms
|
|
230
|
-
[webpack-cli] Compiler finished
|
|
231
|
-
✅ Build complete! Both projects are ready.
|
|
232
|
-
|
|
233
|
-
📁 Output locations:
|
|
234
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
235
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
236
|
-
|
|
237
|
-
🌍 Built for: prod environment
|
|
238
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
239
|
-
|
|
240
|
-
🎯 You can now test the VS Code extension!
|
|
241
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
242
|
-
🌍 Environment: PRODUCTION
|
|
243
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
244
|
-
🚀 Building TestChimp projects...
|
|
245
|
-
📦 Building runner-core...
|
|
246
|
-
📋 Using production environment configuration...
|
|
247
|
-
|
|
248
|
-
> testchimp-runner-core@1.0.0 build
|
|
249
|
-
> tsc
|
|
250
|
-
|
|
251
|
-
🔧 Building VS Code extension...
|
|
252
|
-
|
|
253
|
-
> testchimp-vs-extension@0.0.3 build
|
|
254
|
-
> webpack --mode production
|
|
255
|
-
|
|
256
|
-
🌍 Building for environment: prod
|
|
257
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
258
|
-
[webpack-cli] Compiler starting...
|
|
259
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
260
|
-
asset extension.js 365 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
261
|
-
modules by path ../runner-core/ 507 KiB
|
|
262
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
263
|
-
modules by path ../runner-core/dist/ 120 KiB
|
|
264
|
-
modules by path ../runner-core/dist/*.js 110 KiB 12 modules
|
|
265
|
-
modules by path ../runner-core/dist/utils/*.js 10 KiB 2 modules
|
|
266
|
-
modules by path ./ 180 KiB
|
|
267
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
268
|
-
modules by path ./src/*.ts 54.5 KiB 3 modules
|
|
269
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
270
|
-
+ 20 modules
|
|
271
|
-
webpack 5.100.1 compiled successfully in 2364 ms
|
|
272
|
-
[webpack-cli] Compiler finished
|
|
273
|
-
✅ Build complete! Both projects are ready.
|
|
274
|
-
|
|
275
|
-
📁 Output locations:
|
|
276
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
277
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
278
|
-
|
|
279
|
-
🌍 Built for: prod environment
|
|
280
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
281
|
-
|
|
282
|
-
🎯 You can now test the VS Code extension!
|
|
283
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
284
|
-
🌍 Environment: PRODUCTION
|
|
285
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
286
|
-
🚀 Building TestChimp projects...
|
|
287
|
-
📦 Building runner-core...
|
|
288
|
-
📋 Using production environment configuration...
|
|
289
|
-
|
|
290
|
-
> testchimp-runner-core@1.0.0 build
|
|
291
|
-
> tsc
|
|
292
|
-
|
|
293
|
-
🔧 Building VS Code extension...
|
|
294
|
-
|
|
295
|
-
> testchimp-vs-extension@0.0.3 build
|
|
296
|
-
> webpack --mode production
|
|
297
|
-
|
|
298
|
-
🌍 Building for environment: prod
|
|
299
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
300
|
-
[webpack-cli] Compiler starting...
|
|
301
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
302
|
-
asset extension.js 370 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
303
|
-
modules by path ../runner-core/ 514 KiB
|
|
304
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
305
|
-
modules by path ../runner-core/dist/ 128 KiB
|
|
306
|
-
modules by path ../runner-core/dist/*.js 110 KiB 12 modules
|
|
307
|
-
modules by path ../runner-core/dist/utils/*.js 17.4 KiB 2 modules
|
|
308
|
-
modules by path ./ 180 KiB
|
|
309
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
310
|
-
modules by path ./src/*.ts 54.5 KiB 3 modules
|
|
311
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
312
|
-
+ 20 modules
|
|
313
|
-
webpack 5.100.1 compiled successfully in 2015 ms
|
|
314
|
-
[webpack-cli] Compiler finished
|
|
315
|
-
✅ Build complete! Both projects are ready.
|
|
316
|
-
|
|
317
|
-
📁 Output locations:
|
|
318
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
319
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
320
|
-
|
|
321
|
-
🌍 Built for: prod environment
|
|
322
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
323
|
-
|
|
324
|
-
🎯 You can now test the VS Code extension!
|
|
325
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
326
|
-
🌍 Environment: PRODUCTION
|
|
327
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
328
|
-
🚀 Building TestChimp projects...
|
|
329
|
-
📦 Building runner-core...
|
|
330
|
-
📋 Using production environment configuration...
|
|
331
|
-
|
|
332
|
-
> testchimp-runner-core@1.0.0 build
|
|
333
|
-
> tsc
|
|
334
|
-
|
|
335
|
-
🔧 Building VS Code extension...
|
|
336
|
-
|
|
337
|
-
> testchimp-vs-extension@0.0.3 build
|
|
338
|
-
> webpack --mode production
|
|
339
|
-
|
|
340
|
-
🌍 Building for environment: prod
|
|
341
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
342
|
-
[webpack-cli] Compiler starting...
|
|
343
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
344
|
-
asset extension.js 370 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
345
|
-
modules by path ../runner-core/ 514 KiB
|
|
346
|
-
modules by path ../runner-core/node_modules/ 386 KiB 64 modules
|
|
347
|
-
modules by path ../runner-core/dist/ 128 KiB
|
|
348
|
-
modules by path ../runner-core/dist/*.js 110 KiB 12 modules
|
|
349
|
-
modules by path ../runner-core/dist/utils/*.js 17.4 KiB 2 modules
|
|
350
|
-
modules by path ./ 181 KiB
|
|
351
|
-
modules by path ./node_modules/ws/lib/*.js 125 KiB 13 modules
|
|
352
|
-
modules by path ./src/*.ts 54.9 KiB 3 modules
|
|
353
|
-
./node_modules/ws/index.js 376 bytes [built] [code generated]
|
|
354
|
-
+ 20 modules
|
|
355
|
-
webpack 5.100.1 compiled successfully in 2276 ms
|
|
356
|
-
[webpack-cli] Compiler finished
|
|
357
|
-
✅ Build complete! Both projects are ready.
|
|
358
|
-
|
|
359
|
-
📁 Output locations:
|
|
360
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
361
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
362
|
-
|
|
363
|
-
🌍 Built for: prod environment
|
|
364
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
365
|
-
|
|
366
|
-
🎯 You can now test the VS Code extension!
|
|
367
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
368
|
-
🌍 Environment: PRODUCTION
|
|
369
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
370
|
-
🚀 Building TestChimp projects...
|
|
371
|
-
📦 Building runner-core...
|
|
372
|
-
📋 Using production environment configuration...
|
|
373
|
-
|
|
374
|
-
> testchimp-runner-core@0.0.1 build
|
|
375
|
-
> tsc
|
|
376
|
-
|
|
377
|
-
🔧 Building VS Code extension...
|
|
378
|
-
|
|
379
|
-
> testchimp-vs-extension@0.0.3 build
|
|
380
|
-
> webpack --mode production
|
|
381
|
-
|
|
382
|
-
🌍 Building for environment: prod
|
|
383
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
384
|
-
[webpack-cli] Compiler starting...
|
|
385
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
386
|
-
asset extension.js 373 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
387
|
-
modules by path ./node_modules/ 646 KiB
|
|
388
|
-
javascript modules 502 KiB 92 modules
|
|
389
|
-
json modules 144 KiB
|
|
390
|
-
./node_modules/dotenv/package.json 1.36 KiB [built] [code generated]
|
|
391
|
-
./node_modules/mime-db/db.json 143 KiB [built] [code generated]
|
|
392
|
-
modules by path ./src/*.ts 54.9 KiB
|
|
393
|
-
./src/extension.ts 34.8 KiB [built] [code generated]
|
|
394
|
-
./src/embedded-service.ts 17.4 KiB [built] [code generated]
|
|
395
|
-
./src/auth-service.ts 2.69 KiB [built] [code generated]
|
|
396
|
-
+ 20 modules
|
|
397
|
-
webpack 5.101.3 compiled successfully in 2621 ms
|
|
398
|
-
[webpack-cli] Compiler finished
|
|
399
|
-
✅ Build complete! Both projects are ready.
|
|
400
|
-
|
|
401
|
-
📁 Output locations:
|
|
402
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
403
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
404
|
-
|
|
405
|
-
🌍 Built for: prod environment
|
|
406
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
407
|
-
|
|
408
|
-
🎯 You can now test the VS Code extension!
|
|
409
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
410
|
-
🌍 Environment: PRODUCTION
|
|
411
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
412
|
-
🚀 Building TestChimp projects...
|
|
413
|
-
📦 Building runner-core...
|
|
414
|
-
📋 Using production environment configuration...
|
|
415
|
-
|
|
416
|
-
> testchimp-runner-core@0.0.1 build
|
|
417
|
-
> tsc
|
|
418
|
-
|
|
419
|
-
🔧 Building VS Code extension...
|
|
420
|
-
|
|
421
|
-
> testchimp-vs-extension@0.0.3 build
|
|
422
|
-
> webpack --mode production
|
|
423
|
-
|
|
424
|
-
🌍 Building for environment: prod
|
|
425
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
426
|
-
[webpack-cli] Compiler starting...
|
|
427
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
428
|
-
asset extension.js 373 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
429
|
-
modules by path ./node_modules/ 646 KiB
|
|
430
|
-
javascript modules 502 KiB 92 modules
|
|
431
|
-
json modules 144 KiB
|
|
432
|
-
./node_modules/dotenv/package.json 1.36 KiB [built] [code generated]
|
|
433
|
-
./node_modules/mime-db/db.json 143 KiB [built] [code generated]
|
|
434
|
-
modules by path ./src/*.ts 54.9 KiB
|
|
435
|
-
./src/extension.ts 34.8 KiB [built] [code generated]
|
|
436
|
-
./src/embedded-service.ts 17.4 KiB [built] [code generated]
|
|
437
|
-
./src/auth-service.ts 2.69 KiB [built] [code generated]
|
|
438
|
-
+ 20 modules
|
|
439
|
-
webpack 5.101.3 compiled successfully in 2550 ms
|
|
440
|
-
[webpack-cli] Compiler finished
|
|
441
|
-
✅ Build complete! Both projects are ready.
|
|
442
|
-
|
|
443
|
-
📁 Output locations:
|
|
444
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
445
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
446
|
-
|
|
447
|
-
🌍 Built for: prod environment
|
|
448
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
449
|
-
|
|
450
|
-
🎯 You can now test the VS Code extension!
|
|
451
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
452
|
-
🌍 Environment: PRODUCTION
|
|
453
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
454
|
-
🚀 Building TestChimp projects...
|
|
455
|
-
📦 Building runner-core...
|
|
456
|
-
📋 Using production environment configuration...
|
|
457
|
-
|
|
458
|
-
> testchimp-runner-core@0.0.11 build
|
|
459
|
-
> tsc
|
|
460
|
-
|
|
461
|
-
🔧 Building VS Code extension...
|
|
462
|
-
|
|
463
|
-
> testchimp-vs-extension@0.0.4 build
|
|
464
|
-
> webpack --mode production
|
|
465
|
-
|
|
466
|
-
🌍 Building for environment: prod
|
|
467
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
468
|
-
[webpack-cli] Compiler starting...
|
|
469
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
470
|
-
asset extension.js 416 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
471
|
-
runtime modules 88 bytes 1 module
|
|
472
|
-
cacheable modules 791 KiB
|
|
473
|
-
modules by path ./node_modules/ 604 KiB
|
|
474
|
-
javascript modules 459 KiB 80 modules
|
|
475
|
-
json modules 144 KiB
|
|
476
|
-
./node_modules/dotenv/package.json 1.36 KiB [built] [code generated]
|
|
477
|
-
./node_modules/mime-db/db.json 143 KiB [built] [code generated]
|
|
478
|
-
modules by path ./src/ 187 KiB
|
|
479
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
480
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
481
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
482
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
483
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
484
|
-
+ 24 modules
|
|
485
|
-
|
|
486
|
-
WARNING in ./node_modules/esbuild/lib/main.js 1693:8-28
|
|
487
|
-
Critical dependency: the request of a dependency is an expression
|
|
488
|
-
@ ./src/runner-core/utils/browser-utils.ts 42:66-84
|
|
489
|
-
@ ./src/runner-core/scenario-worker-class.ts 5:24-56
|
|
490
|
-
@ ./src/runner-core/index.ts 27:32-66
|
|
491
|
-
@ ./src/embedded-service.ts 28:35-59
|
|
492
|
-
@ ./src/extension.ts 30:27-56
|
|
493
|
-
|
|
494
|
-
1 warning has detailed information that is not shown.
|
|
495
|
-
Use 'stats.errorDetails: true' resp. '--stats-error-details' to show it.
|
|
496
|
-
|
|
497
|
-
webpack 5.101.3 compiled with 1 warning in 2557 ms
|
|
498
|
-
[webpack-cli] Compiler finished
|
|
499
|
-
✅ Build complete! Both projects are ready.
|
|
500
|
-
|
|
501
|
-
📁 Output locations:
|
|
502
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
503
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
504
|
-
|
|
505
|
-
🌍 Built for: prod environment
|
|
506
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
507
|
-
|
|
508
|
-
🎯 You can now test the VS Code extension!
|
|
509
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
510
|
-
🌍 Environment: PRODUCTION
|
|
511
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
512
|
-
🚀 Building TestChimp projects...
|
|
513
|
-
📦 Building runner-core...
|
|
514
|
-
📋 Using production environment configuration...
|
|
515
|
-
|
|
516
|
-
> testchimp-runner-core@0.0.11 build
|
|
517
|
-
> tsc
|
|
518
|
-
|
|
519
|
-
🔧 Building VS Code extension...
|
|
520
|
-
|
|
521
|
-
> testchimp-vs-extension@0.0.4 build
|
|
522
|
-
> webpack --mode production
|
|
523
|
-
|
|
524
|
-
🌍 Building for environment: prod
|
|
525
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
526
|
-
[webpack-cli] Compiler starting...
|
|
527
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
528
|
-
asset extension.js 376 KiB [emitted] [minimized] (name: main) 2 related assets
|
|
529
|
-
modules by path ./node_modules/ 518 KiB
|
|
530
|
-
javascript modules 374 KiB 78 modules
|
|
531
|
-
json modules 144 KiB 2 modules
|
|
532
|
-
modules by path ./src/ 187 KiB
|
|
533
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
534
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
535
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
536
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
537
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
538
|
-
+ 20 modules
|
|
539
|
-
webpack 5.101.3 compiled successfully in 2473 ms
|
|
540
|
-
[webpack-cli] Compiler finished
|
|
541
|
-
✅ Build complete! Both projects are ready.
|
|
542
|
-
|
|
543
|
-
📁 Output locations:
|
|
544
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
545
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
546
|
-
|
|
547
|
-
🌍 Built for: prod environment
|
|
548
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
549
|
-
|
|
550
|
-
🎯 You can now test the VS Code extension!
|
|
551
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
552
|
-
|
|
553
|
-
🌍 Environment: PRODUCTION
|
|
554
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
555
|
-
🚀 Building TestChimp projects...
|
|
556
|
-
📦 Building runner-core...
|
|
557
|
-
📋 Using production environment configuration...
|
|
558
|
-
|
|
559
|
-
> testchimp-runner-core@0.0.11 build
|
|
560
|
-
> tsc
|
|
561
|
-
|
|
562
|
-
🔧 Building VS Code extension...
|
|
563
|
-
|
|
564
|
-
> testchimp-vs-extension@0.0.4 build
|
|
565
|
-
> webpack --mode production
|
|
566
|
-
|
|
567
|
-
🌍 Building for environment: prod
|
|
568
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
569
|
-
[webpack-cli] Compiler starting...
|
|
570
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
571
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
572
|
-
modules by path ./node_modules/ 518 KiB
|
|
573
|
-
javascript modules 374 KiB 78 modules
|
|
574
|
-
json modules 144 KiB 2 modules
|
|
575
|
-
modules by path ./src/ 187 KiB
|
|
576
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
577
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
578
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
579
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
580
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
581
|
-
+ 20 modules
|
|
582
|
-
webpack 5.101.3 compiled successfully in 2516 ms
|
|
583
|
-
[webpack-cli] Compiler finished
|
|
584
|
-
✅ Build complete! Both projects are ready.
|
|
585
|
-
|
|
586
|
-
📁 Output locations:
|
|
587
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
588
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
589
|
-
|
|
590
|
-
🌍 Built for: prod environment
|
|
591
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
592
|
-
|
|
593
|
-
🎯 You can now test the VS Code extension!
|
|
594
|
-
nuwansam@macbookpro local % cd vs-ext
|
|
595
|
-
|
|
596
|
-
nuwansam@macbookpro vs-ext % npx vsce package
|
|
597
|
-
Executing prepublish script 'npm run vscode:prepublish'...
|
|
598
|
-
(node:25177) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
599
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
600
|
-
|
|
601
|
-
> testchimp-vs-extension@0.0.4 vscode:prepublish
|
|
602
|
-
> webpack --mode production
|
|
603
|
-
|
|
604
|
-
🌍 Building for environment: prod
|
|
605
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
606
|
-
[webpack-cli] Compiler starting...
|
|
607
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
608
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
609
|
-
modules by path ./node_modules/ 518 KiB
|
|
610
|
-
javascript modules 374 KiB 78 modules
|
|
611
|
-
json modules 144 KiB 2 modules
|
|
612
|
-
modules by path ./src/ 187 KiB
|
|
613
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
614
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
615
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
616
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
617
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
618
|
-
+ 20 modules
|
|
619
|
-
webpack 5.101.3 compiled successfully in 2327 ms
|
|
620
|
-
[webpack-cli] Compiler finished
|
|
621
|
-
WARNING A 'repository' field is missing from the 'package.json' manifest file.
|
|
622
|
-
Use --allow-missing-repository to bypass.
|
|
623
|
-
Do you want to continue? [y/N] y
|
|
624
|
-
WARNING This extension consists of 148 files, out of which 113 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
|
|
625
|
-
|
|
626
|
-
INFO Files included in the VSIX:
|
|
627
|
-
testchimp-vs-extension-0.0.4.vsix
|
|
628
|
-
├─ [Content_Types].xml
|
|
629
|
-
├─ extension.vsixmanifest
|
|
630
|
-
└─ extension/
|
|
631
|
-
├─ LICENSE.md [1.44 KB]
|
|
632
|
-
├─ icon.png [48.06 KB]
|
|
633
|
-
├─ package.json [4.89 KB]
|
|
634
|
-
├─ readme.md [3.22 KB]
|
|
635
|
-
├─ test.spec.js [0.11 KB]
|
|
636
|
-
├─ testrunner.code-workspace [0.57 KB]
|
|
637
|
-
├─ tsconfig.webpack.json [0.08 KB]
|
|
638
|
-
├─ node_modules/
|
|
639
|
-
│ ├─ @playwright/ (11 files) [24.79 KB]
|
|
640
|
-
│ ├─ esbuild/ (7 files) [9.52 MB]
|
|
641
|
-
│ └─ playwright/ (118 files) [3.91 MB]
|
|
642
|
-
└─ out/
|
|
643
|
-
├─ extension.js [376.37 KB]
|
|
644
|
-
├─ extension.js.LICENSE.txt [0.31 KB]
|
|
645
|
-
└─ extension.js.map [840.27 KB]
|
|
646
|
-
|
|
647
|
-
=> Run vsce ls --tree to see all included files.
|
|
648
|
-
|
|
649
|
-
DONE Packaged: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/testchimp-vs-extension-0.0.4.vsix (148 files, 5.28 MB)
|
|
650
|
-
WARNING The latest version of @vscode/vsce is 3.6.2 and you have 3.6.0.
|
|
651
|
-
Update it now: npm install -g @vscode/vsce
|
|
652
|
-
nuwansam@macbookpro vs-ext % cd ..
|
|
653
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
654
|
-
🌍 Environment: PRODUCTION
|
|
655
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
656
|
-
🚀 Building TestChimp projects...
|
|
657
|
-
📦 Building runner-core...
|
|
658
|
-
📋 Using production environment configuration...
|
|
659
|
-
|
|
660
|
-
> testchimp-runner-core@0.0.11 build
|
|
661
|
-
> tsc
|
|
662
|
-
|
|
663
|
-
🔧 Building VS Code extension...
|
|
664
|
-
|
|
665
|
-
> testchimp-vs-extension@0.0.4 build
|
|
666
|
-
> webpack --mode production
|
|
667
|
-
|
|
668
|
-
🌍 Building for environment: prod
|
|
669
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
670
|
-
[webpack-cli] Compiler starting...
|
|
671
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
672
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
673
|
-
modules by path ./node_modules/ 518 KiB
|
|
674
|
-
javascript modules 374 KiB 78 modules
|
|
675
|
-
json modules 144 KiB 2 modules
|
|
676
|
-
modules by path ./src/ 187 KiB
|
|
677
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
678
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
679
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
680
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
681
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
682
|
-
+ 20 modules
|
|
683
|
-
webpack 5.101.3 compiled successfully in 2320 ms
|
|
684
|
-
[webpack-cli] Compiler finished
|
|
685
|
-
✅ Build complete! Both projects are ready.
|
|
686
|
-
|
|
687
|
-
📁 Output locations:
|
|
688
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
689
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
690
|
-
|
|
691
|
-
🌍 Built for: prod environment
|
|
692
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
693
|
-
|
|
694
|
-
🎯 You can now test the VS Code extension!
|
|
695
|
-
nuwansam@macbookpro local % cd vs-ext
|
|
696
|
-
nuwansam@macbookpro vs-ext % npx vsce package
|
|
697
|
-
Executing prepublish script 'npm run vscode:prepublish'...
|
|
698
|
-
(node:26410) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
699
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
700
|
-
|
|
701
|
-
> testchimp-vs-extension@0.0.4 vscode:prepublish
|
|
702
|
-
> webpack --mode production
|
|
703
|
-
|
|
704
|
-
🌍 Building for environment: prod
|
|
705
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
706
|
-
[webpack-cli] Compiler starting...
|
|
707
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
708
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
709
|
-
modules by path ./node_modules/ 518 KiB
|
|
710
|
-
javascript modules 374 KiB 78 modules
|
|
711
|
-
json modules 144 KiB 2 modules
|
|
712
|
-
modules by path ./src/ 187 KiB
|
|
713
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
714
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
715
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
716
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
717
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
718
|
-
+ 20 modules
|
|
719
|
-
webpack 5.101.3 compiled successfully in 2610 ms
|
|
720
|
-
[webpack-cli] Compiler finished
|
|
721
|
-
WARNING A 'repository' field is missing from the 'package.json' manifest file.
|
|
722
|
-
Use --allow-missing-repository to bypass.
|
|
723
|
-
Do you want to continue? [y/N] y
|
|
724
|
-
WARNING This extension consists of 485 files, out of which 404 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
|
|
725
|
-
|
|
726
|
-
INFO Files included in the VSIX:
|
|
727
|
-
testchimp-vs-extension-0.0.4.vsix
|
|
728
|
-
├─ [Content_Types].xml
|
|
729
|
-
├─ extension.vsixmanifest
|
|
730
|
-
└─ extension/
|
|
731
|
-
├─ LICENSE.md [1.44 KB]
|
|
732
|
-
├─ icon.png [48.06 KB]
|
|
733
|
-
├─ package.json [4.89 KB]
|
|
734
|
-
├─ readme.md [3.22 KB]
|
|
735
|
-
├─ test.spec.js [0.11 KB]
|
|
736
|
-
├─ testrunner.code-workspace [0.57 KB]
|
|
737
|
-
├─ tsconfig.webpack.json [0.08 KB]
|
|
738
|
-
├─ node_modules/
|
|
739
|
-
│ ├─ @playwright/ (11 files) [24.79 KB]
|
|
740
|
-
│ ├─ esbuild/ (7 files) [9.52 MB]
|
|
741
|
-
│ ├─ playwright/ (118 files) [3.91 MB]
|
|
742
|
-
│ └─ playwright-core/ (337 files) [7.66 MB]
|
|
743
|
-
└─ out/
|
|
744
|
-
├─ extension.js [376.37 KB]
|
|
745
|
-
├─ extension.js.LICENSE.txt [0.31 KB]
|
|
746
|
-
└─ extension.js.map [840.27 KB]
|
|
747
|
-
|
|
748
|
-
=> Run vsce ls --tree to see all included files.
|
|
749
|
-
|
|
750
|
-
DONE Packaged: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/testchimp-vs-extension-0.0.4.vsix (485 files, 7.34 MB)
|
|
751
|
-
WARNING The latest version of @vscode/vsce is 3.6.2 and you have 3.6.0.
|
|
752
|
-
Update it now: npm install -g @vscode/vsce
|
|
753
|
-
nuwansam@macbookpro vs-ext % cd ..
|
|
754
|
-
nuwansam@macbookpro local % ./build_ext.sh
|
|
755
|
-
🌍 Environment: PRODUCTION
|
|
756
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
757
|
-
🚀 Building TestChimp projects...
|
|
758
|
-
📦 Building runner-core...
|
|
759
|
-
📋 Using production environment configuration...
|
|
760
|
-
|
|
761
|
-
> testchimp-runner-core@0.0.11 build
|
|
762
|
-
> tsc
|
|
763
|
-
|
|
764
|
-
🔧 Building VS Code extension...
|
|
765
|
-
|
|
766
|
-
> testchimp-vs-extension@0.0.4 build
|
|
767
|
-
> webpack --mode production
|
|
768
|
-
|
|
769
|
-
🌍 Building for environment: prod
|
|
770
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
771
|
-
[webpack-cli] Compiler starting...
|
|
772
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
773
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
774
|
-
modules by path ./node_modules/ 518 KiB
|
|
775
|
-
javascript modules 374 KiB 78 modules
|
|
776
|
-
json modules 144 KiB 2 modules
|
|
777
|
-
modules by path ./src/ 187 KiB
|
|
778
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
779
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
780
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
781
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
782
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
783
|
-
+ 20 modules
|
|
784
|
-
webpack 5.101.3 compiled successfully in 2348 ms
|
|
785
|
-
[webpack-cli] Compiler finished
|
|
786
|
-
✅ Build complete! Both projects are ready.
|
|
787
|
-
|
|
788
|
-
📁 Output locations:
|
|
789
|
-
- runner-core: /Users/nuwansam/IdeaProjects/AwareRepo/local/runner-core/dist/
|
|
790
|
-
- vs-ext: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/out/extension.js
|
|
791
|
-
|
|
792
|
-
🌍 Built for: prod environment
|
|
793
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
794
|
-
|
|
795
|
-
🎯 You can now test the VS Code extension!
|
|
796
|
-
nuwansam@macbookpro local % cd vs-ext
|
|
797
|
-
nuwansam@macbookpro vs-ext % npx vsce package
|
|
798
|
-
Executing prepublish script 'npm run vscode:prepublish'...
|
|
799
|
-
(node:30306) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
800
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
801
|
-
|
|
802
|
-
> testchimp-vs-extension@0.0.4 vscode:prepublish
|
|
803
|
-
> webpack --mode production
|
|
804
|
-
|
|
805
|
-
🌍 Building for environment: prod
|
|
806
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
807
|
-
[webpack-cli] Compiler starting...
|
|
808
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
809
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
810
|
-
modules by path ./node_modules/ 518 KiB
|
|
811
|
-
javascript modules 374 KiB 78 modules
|
|
812
|
-
json modules 144 KiB 2 modules
|
|
813
|
-
modules by path ./src/ 187 KiB
|
|
814
|
-
modules by path ./src/runner-core/*.ts 112 KiB 12 modules
|
|
815
|
-
modules by path ./src/*.ts 58.2 KiB 3 modules
|
|
816
|
-
modules by path ./src/runner-core/utils/*.ts 17.4 KiB
|
|
817
|
-
./src/runner-core/utils/browser-utils.ts 14 KiB [built] [code generated]
|
|
818
|
-
./src/runner-core/utils/page-info-utils.ts 3.39 KiB [built] [code generated]
|
|
819
|
-
+ 20 modules
|
|
820
|
-
webpack 5.101.3 compiled successfully in 2496 ms
|
|
821
|
-
[webpack-cli] Compiler finished
|
|
822
|
-
WARNING A 'repository' field is missing from the 'package.json' manifest file.
|
|
823
|
-
Use --allow-missing-repository to bypass.
|
|
824
|
-
Do you want to continue? [y/N] y
|
|
825
|
-
INFO Files included in the VSIX:
|
|
826
|
-
testchimp-vs-extension-0.0.4.vsix
|
|
827
|
-
├─ [Content_Types].xml
|
|
828
|
-
├─ extension.vsixmanifest
|
|
829
|
-
└─ extension/
|
|
830
|
-
├─ LICENSE.md [1.44 KB]
|
|
831
|
-
├─ icon.png [48.06 KB]
|
|
832
|
-
├─ package.json [4.89 KB]
|
|
833
|
-
├─ readme.md [3.22 KB]
|
|
834
|
-
├─ test.spec.js [0.11 KB]
|
|
835
|
-
├─ testrunner.code-workspace [0.57 KB]
|
|
836
|
-
├─ tsconfig.webpack.json [0.08 KB]
|
|
837
|
-
├─ out/
|
|
838
|
-
│ ├─ extension.js [376.37 KB]
|
|
839
|
-
│ ├─ extension.js.LICENSE.txt [0.31 KB]
|
|
840
|
-
│ └─ extension.js.map [840.27 KB]
|
|
841
|
-
└─ tests/
|
|
842
|
-
└─ login.spec.js [1.16 KB]
|
|
843
|
-
|
|
844
|
-
DONE Packaged: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/testchimp-vs-extension-0.0.4.vsix (13 files, 387.43 KB)
|
|
845
|
-
WARNING The latest version of @vscode/vsce is 3.6.2 and you have 3.6.0.
|
|
846
|
-
Update it now: npm install -g @vscode/vsce
|
|
847
|
-
nuwansam@macbookpro vs-ext % cd /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext && rm -f *.vsix && npm run build && npx vsce package
|
|
848
|
-
|
|
849
|
-
> testchimp-vs-extension@0.0.4 build
|
|
850
|
-
> webpack --mode production
|
|
851
|
-
|
|
852
|
-
🌍 Building for environment: prod
|
|
853
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
854
|
-
[webpack-cli] Compiler starting...
|
|
855
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
856
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
857
|
-
modules by path ./node_modules/ 648 KiB
|
|
858
|
-
javascript modules 504 KiB 92 modules
|
|
859
|
-
json modules 144 KiB
|
|
860
|
-
./node_modules/dotenv/package.json 1.36 KiB [built] [code generated]
|
|
861
|
-
./node_modules/mime-db/db.json 143 KiB [built] [code generated]
|
|
862
|
-
modules by path ./src/*.ts 58.2 KiB
|
|
863
|
-
./src/extension.ts 37.3 KiB [built] [code generated]
|
|
864
|
-
./src/embedded-service.ts 18.3 KiB [built] [code generated]
|
|
865
|
-
./src/auth-service.ts 2.69 KiB [built] [code generated]
|
|
866
|
-
+ 20 modules
|
|
867
|
-
webpack 5.101.3 compiled successfully in 2198 ms
|
|
868
|
-
[webpack-cli] Compiler finished
|
|
869
|
-
Executing prepublish script 'npm run vscode:prepublish'...
|
|
870
|
-
(node:27020) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
|
|
871
|
-
(Use `node --trace-deprecation ...` to show where the warning was created)
|
|
872
|
-
|
|
873
|
-
> testchimp-vs-extension@0.0.4 vscode:prepublish
|
|
874
|
-
> webpack --mode production
|
|
875
|
-
|
|
876
|
-
🌍 Building for environment: prod
|
|
877
|
-
🔗 Backend URL: https://featureservice.testchimp.io
|
|
878
|
-
[webpack-cli] Compiler starting...
|
|
879
|
-
[webpack-cli] Compiler is using config: '/Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/webpack.config.js'
|
|
880
|
-
asset extension.js 376 KiB [compared for emit] [minimized] (name: main) 2 related assets
|
|
881
|
-
modules by path ./node_modules/ 648 KiB
|
|
882
|
-
javascript modules 504 KiB 92 modules
|
|
883
|
-
json modules 144 KiB
|
|
884
|
-
./node_modules/dotenv/package.json 1.36 KiB [built] [code generated]
|
|
885
|
-
./node_modules/mime-db/db.json 143 KiB [built] [code generated]
|
|
886
|
-
modules by path ./src/*.ts 58.2 KiB
|
|
887
|
-
./src/extension.ts 37.3 KiB [built] [code generated]
|
|
888
|
-
./src/embedded-service.ts 18.3 KiB [built] [code generated]
|
|
889
|
-
./src/auth-service.ts 2.69 KiB [built] [code generated]
|
|
890
|
-
+ 20 modules
|
|
891
|
-
webpack 5.101.3 compiled successfully in 1972 ms
|
|
892
|
-
[webpack-cli] Compiler finished
|
|
893
|
-
WARNING A 'repository' field is missing from the 'package.json' manifest file.
|
|
894
|
-
Use --allow-missing-repository to bypass.
|
|
895
|
-
Do you want to continue? [y/N] y
|
|
896
|
-
WARNING This extension consists of 555 files, out of which 452 are JavaScript files. For performance reasons, you should bundle your extension: https://aka.ms/vscode-bundle-extension. You should also exclude unnecessary files by adding them to your .vscodeignore: https://aka.ms/vscode-vscodeignore.
|
|
897
|
-
|
|
898
|
-
INFO Files included in the VSIX:
|
|
899
|
-
testchimp-vs-extension-0.0.4.vsix
|
|
900
|
-
├─ [Content_Types].xml
|
|
901
|
-
├─ extension.vsixmanifest
|
|
902
|
-
└─ extension/
|
|
903
|
-
├─ LICENSE.md [1.44 KB]
|
|
904
|
-
├─ build_ext.sh [1.83 KB]
|
|
905
|
-
├─ icon.png [48.06 KB]
|
|
906
|
-
├─ package.json [4.93 KB]
|
|
907
|
-
├─ readme.md [3.22 KB]
|
|
908
|
-
├─ test.spec.js [0.11 KB]
|
|
909
|
-
├─ testrunner.code-workspace [0.57 KB]
|
|
910
|
-
├─ tsconfig.webpack.json [0.08 KB]
|
|
911
|
-
├─ node_modules/
|
|
912
|
-
│ ├─ @playwright/ (11 files) [24.79 KB]
|
|
913
|
-
│ ├─ esbuild/ (7 files) [9.52 MB]
|
|
914
|
-
│ ├─ express/ (37 files) [272.2 KB]
|
|
915
|
-
│ ├─ fs-extra/ (32 files) [54.99 KB]
|
|
916
|
-
│ ├─ playwright/ (118 files) [3.91 MB]
|
|
917
|
-
│ └─ playwright-core/ (337 files) [7.66 MB]
|
|
918
|
-
└─ out/
|
|
919
|
-
├─ extension.js [376.18 KB]
|
|
920
|
-
├─ extension.js.LICENSE.txt [0.31 KB]
|
|
921
|
-
└─ extension.js.map [850.54 KB]
|
|
922
|
-
|
|
923
|
-
=> Run vsce ls --tree to see all included files.
|
|
924
|
-
|
|
925
|
-
DONE Packaged: /Users/nuwansam/IdeaProjects/AwareRepo/local/vs-ext/testchimp-vs-extension-0.0.4.vsix (555 files, 7.46 MB)
|
|
926
|
-
WARNING The latest version of @vscode/vsce is 3.6.2 and you have 3.6.0.
|
|
927
|
-
Update it now: npm install -g @vscode/vsce
|
|
928
|
-
nuwansam@macbookpro vs-ext % cd ../runner-core
|
|
929
|
-
nuwansam@macbookpro runner-core % npm run build
|
|
930
|
-
|
|
931
|
-
> testchimp-runner-core@0.0.16 build
|
|
932
|
-
> tsc
|
|
933
|
-
|
|
934
|
-
nuwansam@macbookpro runner-core % npm publish
|
|
935
|
-
npm notice
|
|
936
|
-
npm notice 📦 testchimp-runner-core@0.0.16
|
|
937
|
-
npm notice Tarball Contents
|
|
938
|
-
npm notice 1.2kB dist/auth-config.d.ts
|
|
939
|
-
npm notice 713B dist/auth-config.d.ts.map
|
|
940
|
-
npm notice 2.2kB dist/auth-config.js
|
|
941
|
-
npm notice 1.3kB dist/auth-config.js.map
|
|
942
|
-
npm notice 1.2kB dist/credit-usage-service.d.ts
|
|
943
|
-
npm notice 913B dist/credit-usage-service.d.ts.map
|
|
944
|
-
npm notice 3.9kB dist/credit-usage-service.js
|
|
945
|
-
npm notice 2.3kB dist/credit-usage-service.js.map
|
|
946
|
-
npm notice 617B dist/env-loader.d.ts
|
|
947
|
-
npm notice 301B dist/env-loader.d.ts.map
|
|
948
|
-
npm notice 3.5kB dist/env-loader.js
|
|
949
|
-
npm notice 2.7kB dist/env-loader.js.map
|
|
950
|
-
npm notice 2.3kB dist/execution-service.d.ts
|
|
951
|
-
npm notice 1.2kB dist/execution-service.d.ts.map
|
|
952
|
-
npm notice 45.5kB dist/execution-service.js
|
|
953
|
-
npm notice 29.8kB dist/execution-service.js.map
|
|
954
|
-
npm notice 1.9kB dist/file-handler.d.ts
|
|
955
|
-
npm notice 1.2kB dist/file-handler.d.ts.map
|
|
956
|
-
npm notice 2.1kB dist/file-handler.js
|
|
957
|
-
npm notice 1.7kB dist/file-handler.js.map
|
|
958
|
-
npm notice 2.1kB dist/index.d.ts
|
|
959
|
-
npm notice 1.8kB dist/index.d.ts.map
|
|
960
|
-
npm notice 11.1kB dist/index.js
|
|
961
|
-
npm notice 6.3kB dist/index.js.map
|
|
962
|
-
npm notice 3.2kB dist/llm-facade.d.ts
|
|
963
|
-
npm notice 2.5kB dist/llm-facade.d.ts.map
|
|
964
|
-
npm notice 12.3kB dist/llm-facade.js
|
|
965
|
-
npm notice 8.8kB dist/llm-facade.js.map
|
|
966
|
-
npm notice 1.1kB dist/playwright-mcp-service.d.ts
|
|
967
|
-
npm notice 786B dist/playwright-mcp-service.d.ts.map
|
|
968
|
-
npm notice 5.9kB dist/playwright-mcp-service.js
|
|
969
|
-
npm notice 4.3kB dist/playwright-mcp-service.js.map
|
|
970
|
-
npm notice 1.1kB dist/prompts.d.ts
|
|
971
|
-
npm notice 394B dist/prompts.d.ts.map
|
|
972
|
-
npm notice 12.9kB dist/prompts.js
|
|
973
|
-
npm notice 1.6kB dist/prompts.js.map
|
|
974
|
-
npm notice 999B dist/scenario-service.d.ts
|
|
975
|
-
npm notice 953B dist/scenario-service.d.ts.map
|
|
976
|
-
npm notice 5.3kB dist/scenario-service.js
|
|
977
|
-
npm notice 4.1kB dist/scenario-service.js.map
|
|
978
|
-
npm notice 928B dist/scenario-worker-class.d.ts
|
|
979
|
-
npm notice 988B dist/scenario-worker-class.d.ts.map
|
|
980
|
-
npm notice 12.7kB dist/scenario-worker-class.js
|
|
981
|
-
npm notice 9.1kB dist/scenario-worker-class.js.map
|
|
982
|
-
npm notice 1.9kB dist/script-utils.d.ts
|
|
983
|
-
npm notice 681B dist/script-utils.d.ts.map
|
|
984
|
-
npm notice 3.8kB dist/script-utils.js
|
|
985
|
-
npm notice 1.9kB dist/script-utils.js.map
|
|
986
|
-
npm notice 4.3kB dist/types.d.ts
|
|
987
|
-
npm notice 3.2kB dist/types.d.ts.map
|
|
988
|
-
npm notice 1.1kB dist/types.js
|
|
989
|
-
npm notice 441B dist/types.js.map
|
|
990
|
-
npm notice 487B dist/utils/browser-utils.d.ts
|
|
991
|
-
npm notice 351B dist/utils/browser-utils.d.ts.map
|
|
992
|
-
npm notice 14.6kB dist/utils/browser-utils.js
|
|
993
|
-
npm notice 9.3kB dist/utils/browser-utils.js.map
|
|
994
|
-
npm notice 438B dist/utils/page-info-utils.d.ts
|
|
995
|
-
npm notice 530B dist/utils/page-info-utils.d.ts.map
|
|
996
|
-
npm notice 3.5kB dist/utils/page-info-utils.js
|
|
997
|
-
npm notice 3.0kB dist/utils/page-info-utils.js.map
|
|
998
|
-
npm notice 58B env.prod
|
|
999
|
-
npm notice 66B env.staging
|
|
1000
|
-
npm notice 880B package.json
|
|
1001
|
-
npm notice 2.2kB src/auth-config.ts
|
|
1002
|
-
npm notice 3.3kB src/credit-usage-service.ts
|
|
1003
|
-
npm notice 3.1kB src/env-loader.ts
|
|
1004
|
-
npm notice 42.2kB src/execution-service.ts
|
|
1005
|
-
npm notice 2.6kB src/file-handler.ts
|
|
1006
|
-
npm notice 8.5kB src/index.ts
|
|
1007
|
-
npm notice 12.9kB src/llm-facade.ts
|
|
1008
|
-
npm notice 5.8kB src/playwright-mcp-service.ts
|
|
1009
|
-
npm notice 12.9kB src/prompts.ts
|
|
1010
|
-
npm notice 5.1kB src/scenario-service.ts
|
|
1011
|
-
npm notice 11.8kB src/scenario-worker-class.ts
|
|
1012
|
-
npm notice 3.5kB src/script-utils.ts
|
|
1013
|
-
npm notice 5.3kB src/types.ts
|
|
1014
|
-
npm notice 11.6kB src/utils/browser-utils.ts
|
|
1015
|
-
npm notice 3.5kB src/utils/page-info-utils.ts
|
|
1016
|
-
npm notice 461B tsconfig.json
|
|
1017
|
-
npm notice Tarball Details
|
|
1018
|
-
npm notice name: testchimp-runner-core
|
|
1019
|
-
npm notice version: 0.0.16
|
|
1020
|
-
npm notice filename: testchimp-runner-core-0.0.16.tgz
|
|
1021
|
-
npm notice package size: 85.5 kB
|
|
1022
|
-
npm notice unpacked size: 403.1 kB
|
|
1023
|
-
npm notice shasum: 7008e9004c0f55375183741447c87eca6ee99bca
|
|
1024
|
-
npm notice integrity: sha512-1Y68k9vjAH7oU[...]Nht/GXbXl2ncQ==
|
|
1025
|
-
npm notice total files: 79
|
|
1026
|
-
npm notice
|
|
1027
|
-
npm notice Publishing to https://registry.npmjs.org/ with tag latest and default access
|
|
1028
|
-
+ testchimp-runner-core@0.0.16
|
|
1029
|
-
nuwansam@macbookpro runner-core % cd cd /Users/nuwansam/IdeaProjects/testchimp-github-testrunner
|