@supatype/cli 0.1.0-alpha.11 → 0.1.0-alpha.12
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/.turbo/turbo-build.log +1 -1
- package/.turbo/turbo-test.log +80 -80
- package/.turbo/turbo-typecheck.log +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @supatype/cli@0.1.0-alpha.
|
|
2
|
+
> @supatype/cli@0.1.0-alpha.12 build /home/runner/work/supatype/supatype/packages/cli
|
|
3
3
|
> tsc --project tsconfig.json && node --input-type=module -e "import{cpSync,mkdirSync}from'node:fs';const a='dist/assets';mkdirSync(a,{recursive:true});cpSync('assets/supatype-logo-wordmark.ascii.txt',a+'/supatype-logo-wordmark.ascii.txt')"
|
|
4
4
|
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
|
|
2
|
-
> @supatype/cli@0.1.0-alpha.
|
|
2
|
+
> @supatype/cli@0.1.0-alpha.12 test /home/runner/work/supatype/supatype/packages/cli
|
|
3
3
|
> vitest run
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
[1m[46m RUN [49m[22m [36mv4.0.18 [39m[90m/home/runner/work/supatype/supatype/packages/cli[39m
|
|
7
7
|
|
|
8
|
-
[32m✓[39m tests/runtime-contract.test.ts [2m([22m[2m32 tests[22m[2m)[22m[32m
|
|
9
|
-
[32m✓[39m tests/type-extractor.test.ts [2m([22m[2m34 tests[22m[2m)[22m[32m
|
|
10
|
-
[32m✓[39m tests/config.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m
|
|
11
|
-
[33m[2m✓[22m[39m loads a valid supatype.config.ts (plain export default, no package imports) [33m
|
|
12
|
-
[33m[2m✓[22m[39m normalizes shorthand schema string to { path, pg_schema } [33m
|
|
13
|
-
[33m[2m✓[22m[39m loads a supatype.config.js (plain ESM) [33m
|
|
14
|
-
[33m[2m✓[22m[39m loads config without a versions section (latest by default) [33m
|
|
15
|
-
[33m[2m✓[22m[39m prefers supatype.config.ts over supatype.config.js when both exist [33m
|
|
16
|
-
[33m[2m✓[22m[39m supports optional output field in config [33m
|
|
17
|
-
[33m[2m✓[22m[39m merges supatype.local.config.ts over base [33m
|
|
8
|
+
[32m✓[39m tests/runtime-contract.test.ts [2m([22m[2m32 tests[22m[2m)[22m[32m 153[2mms[22m[39m
|
|
9
|
+
[32m✓[39m tests/type-extractor.test.ts [2m([22m[2m34 tests[22m[2m)[22m[32m 154[2mms[22m[39m
|
|
10
|
+
[32m✓[39m tests/config.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m 4226[2mms[22m[39m
|
|
11
|
+
[33m[2m✓[22m[39m loads a valid supatype.config.ts (plain export default, no package imports) [33m 545[2mms[22m[39m
|
|
12
|
+
[33m[2m✓[22m[39m normalizes shorthand schema string to { path, pg_schema } [33m 495[2mms[22m[39m
|
|
13
|
+
[33m[2m✓[22m[39m loads a supatype.config.js (plain ESM) [33m 454[2mms[22m[39m
|
|
14
|
+
[33m[2m✓[22m[39m loads config without a versions section (latest by default) [33m 546[2mms[22m[39m
|
|
15
|
+
[33m[2m✓[22m[39m prefers supatype.config.ts over supatype.config.js when both exist [33m 539[2mms[22m[39m
|
|
16
|
+
[33m[2m✓[22m[39m supports optional output field in config [33m 575[2mms[22m[39m
|
|
17
|
+
[33m[2m✓[22m[39m merges supatype.local.config.ts over base [33m 1058[2mms[22m[39m
|
|
18
18
|
[90mstdout[2m | tests/link.test.ts[2m > [22m[2mlink model[2m > [22m[2mmigrates cloud.json into link.json
|
|
19
19
|
[22m[39m created package.json
|
|
20
20
|
created supatype.config.ts
|
|
21
21
|
created schema/index.ts
|
|
22
22
|
created .env
|
|
23
23
|
created seed.ts
|
|
24
|
-
[90mstderr[2m | tests/link.test.ts[2m > [22m[2mlink model[2m > [22m[2mmigrates cloud.json into link.json
|
|
25
24
|
created seeds/.gitkeep
|
|
26
25
|
created public/.gitkeep
|
|
27
26
|
created .gitignore
|
|
28
27
|
|
|
28
|
+
[90mstderr[2m | tests/link.test.ts[2m > [22m[2mlink model[2m > [22m[2mmigrates cloud.json into link.json
|
|
29
29
|
[22m[39mMigrated .supatype/cloud.json → .supatype/link.json (legacy files kept; remove manually when ready).
|
|
30
30
|
|
|
31
|
-
[32m✓[39m tests/link.test.ts [2m([22m[2m4 tests[22m[2m)[22m[33m
|
|
32
|
-
[33m[2m✓[22m[39m resolveTarget returns cloud mode with /api/v1 prefix [33m
|
|
33
|
-
[33m[2m✓[22m[39m resolveTarget returns self-host mode with /platform/v1 prefix [33m
|
|
34
|
-
[33m[2m✓[22m[39m targetSchemaRollback posts to /platform/v1 when linked [33m
|
|
31
|
+
[32m✓[39m tests/link.test.ts [2m([22m[2m4 tests[22m[2m)[22m[33m 2837[2mms[22m[39m
|
|
32
|
+
[33m[2m✓[22m[39m resolveTarget returns cloud mode with /api/v1 prefix [33m 929[2mms[22m[39m
|
|
33
|
+
[33m[2m✓[22m[39m resolveTarget returns self-host mode with /platform/v1 prefix [33m 922[2mms[22m[39m
|
|
34
|
+
[33m[2m✓[22m[39m targetSchemaRollback posts to /platform/v1 when linked [33m 973[2mms[22m[39m
|
|
35
35
|
[90mstdout[2m | tests/init.test.ts[2m > [22m[2mscaffold()[2m > [22m[2mcreates all expected files
|
|
36
36
|
[22m[39m created package.json
|
|
37
37
|
created supatype.config.ts
|
|
@@ -150,46 +150,46 @@
|
|
|
150
150
|
created public/.gitkeep
|
|
151
151
|
created .gitignore
|
|
152
152
|
|
|
153
|
-
[32m✓[39m tests/init.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m
|
|
153
|
+
[32m✓[39m tests/init.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m 43[2mms[22m[39m
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
|
|
157
157
|
|
|
158
|
-
[32m✓[39m tests/dev-ui.test.ts [2m([22m[2m15 tests[22m[2m)[22m[32m
|
|
158
|
+
[32m✓[39m tests/dev-ui.test.ts [2m([22m[2m15 tests[22m[2m)[22m[32m 69[2mms[22m[39m
|
|
159
159
|
|
|
160
|
-
[32m✓[39m tests/pull-utils.test.ts [2m([22m[2m49 tests[22m[2m)[22m[32m
|
|
161
|
-
[32m✓[39m tests/schema-sources.test.ts [2m([22m[2m5 tests[22m[2m)[22m[33m
|
|
162
|
-
[33m[2m✓[22m[39m buildSchemaSourcesPayload includes manifest metadata [33m
|
|
163
|
-
[33m[2m✓[22m[39m restore overwrites modified local files [33m
|
|
160
|
+
[32m✓[39m tests/pull-utils.test.ts [2m([22m[2m49 tests[22m[2m)[22m[32m 19[2mms[22m[39m
|
|
161
|
+
[32m✓[39m tests/schema-sources.test.ts [2m([22m[2m5 tests[22m[2m)[22m[33m 1167[2mms[22m[39m
|
|
162
|
+
[33m[2m✓[22m[39m buildSchemaSourcesPayload includes manifest metadata [33m 572[2mms[22m[39m
|
|
163
|
+
[33m[2m✓[22m[39m restore overwrites modified local files [33m 548[2mms[22m[39m
|
|
164
164
|
[90mstderr[2m | tests/binary-cache-cloud-overrides.test.ts[2m > [22m[2misLinkedToCloudProject[2m > [22m[2mis true when .supatype/cloud.json has projectSlug
|
|
165
165
|
[22m[39mMigrated .supatype/cloud.json → .supatype/link.json (legacy files kept; remove manually when ready).
|
|
166
166
|
|
|
167
|
-
[32m✓[39m tests/binary-cache-cloud-overrides.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m
|
|
167
|
+
[32m✓[39m tests/binary-cache-cloud-overrides.test.ts [2m([22m[2m11 tests[22m[2m)[22m[32m 19[2mms[22m[39m
|
|
168
168
|
[90mstdout[2m | tests/storage-provision.test.ts[2m > [22m[2mprovisionBuckets[2m > [22m[2mPOSTs each bucket to the storage API
|
|
169
169
|
[22m[39m[supatype] Storage bucket "photos" ready.
|
|
170
170
|
|
|
171
171
|
[90mstdout[2m | tests/storage-provision.test.ts[2m > [22m[2mprovisionBuckets[2m > [22m[2mPOSTs each bucket to the storage API
|
|
172
172
|
[22m[39m[supatype] Storage bucket "avatars" ready.
|
|
173
173
|
|
|
174
|
-
[32m✓[39m tests/storage-provision.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m
|
|
175
|
-
[32m✓[39m tests/cached-artifact-format.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m
|
|
176
|
-
[32m✓[39m tests/proxy-dev-app.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m
|
|
177
|
-
[32m✓[39m tests/keys.test.ts [2m([22m[2m11 tests[22m[2m)[22m[33m
|
|
178
|
-
[33m[2m✓[22m[39m exits 0 with --secret [33m
|
|
179
|
-
[33m[2m✓[22m[39m outputs ANON_KEY= line [33m
|
|
180
|
-
[33m[2m✓[22m[39m outputs SERVICE_ROLE_KEY= line [33m
|
|
181
|
-
[33m[2m✓[22m[39m ANON_KEY is a valid three-part JWT [33m
|
|
182
|
-
[33m[2m✓[22m[39m SERVICE_ROLE_KEY payload has role: service_role [33m
|
|
183
|
-
[33m[2m✓[22m[39m JWT has exp in the future [33m
|
|
184
|
-
[33m[2m✓[22m[39m --exp-years changes the expiry window [33m
|
|
185
|
-
[33m[2m✓[22m[39m reads JWT_SECRET from environment variable [33m
|
|
186
|
-
[33m[2m✓[22m[39m reads JWT_SECRET from .env file [33m
|
|
187
|
-
[33m[2m✓[22m[39m exits non-zero when no secret is available [33m
|
|
188
|
-
[33m[2m✓[22m[39m keys --help shows --secret and --exp-years options [33m
|
|
189
|
-
[32m✓[39m tests/augmentation-generator.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m
|
|
190
|
-
[32m✓[39m tests/type-resolver.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
191
|
-
[32m✓[39m tests/engine-push-output.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m
|
|
192
|
-
[32m✓[39m tests/ensure-binary.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m
|
|
174
|
+
[32m✓[39m tests/storage-provision.test.ts [2m([22m[2m6 tests[22m[2m)[22m[32m 13[2mms[22m[39m
|
|
175
|
+
[32m✓[39m tests/cached-artifact-format.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 13[2mms[22m[39m
|
|
176
|
+
[32m✓[39m tests/proxy-dev-app.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 9[2mms[22m[39m
|
|
177
|
+
[32m✓[39m tests/keys.test.ts [2m([22m[2m11 tests[22m[2m)[22m[33m 12113[2mms[22m[39m
|
|
178
|
+
[33m[2m✓[22m[39m exits 0 with --secret [33m 1125[2mms[22m[39m
|
|
179
|
+
[33m[2m✓[22m[39m outputs ANON_KEY= line [33m 1052[2mms[22m[39m
|
|
180
|
+
[33m[2m✓[22m[39m outputs SERVICE_ROLE_KEY= line [33m 1027[2mms[22m[39m
|
|
181
|
+
[33m[2m✓[22m[39m ANON_KEY is a valid three-part JWT [33m 974[2mms[22m[39m
|
|
182
|
+
[33m[2m✓[22m[39m SERVICE_ROLE_KEY payload has role: service_role [33m 1018[2mms[22m[39m
|
|
183
|
+
[33m[2m✓[22m[39m JWT has exp in the future [33m 955[2mms[22m[39m
|
|
184
|
+
[33m[2m✓[22m[39m --exp-years changes the expiry window [33m 1996[2mms[22m[39m
|
|
185
|
+
[33m[2m✓[22m[39m reads JWT_SECRET from environment variable [33m 981[2mms[22m[39m
|
|
186
|
+
[33m[2m✓[22m[39m reads JWT_SECRET from .env file [33m 1027[2mms[22m[39m
|
|
187
|
+
[33m[2m✓[22m[39m exits non-zero when no secret is available [33m 990[2mms[22m[39m
|
|
188
|
+
[33m[2m✓[22m[39m keys --help shows --secret and --exp-years options [33m 961[2mms[22m[39m
|
|
189
|
+
[32m✓[39m tests/augmentation-generator.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 18[2mms[22m[39m
|
|
190
|
+
[32m✓[39m tests/type-resolver.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 19[2mms[22m[39m
|
|
191
|
+
[32m✓[39m tests/engine-push-output.test.ts [2m([22m[2m7 tests[22m[2m)[22m[32m 6[2mms[22m[39m
|
|
192
|
+
[32m✓[39m tests/ensure-binary.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
193
193
|
[90mstdout[2m | tests/app-command.test.ts[2m > [22m[2msupatype app add --static[2m > [22m[2msets app.mode=static and static_dir in supatype.config.ts
|
|
194
194
|
[22m[39m created package.json
|
|
195
195
|
created supatype.config.ts
|
|
@@ -200,15 +200,16 @@
|
|
|
200
200
|
created public/.gitkeep
|
|
201
201
|
created .gitignore
|
|
202
202
|
|
|
203
|
-
[32m✓[39m tests/tsx-runner.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m
|
|
204
|
-
[33m[2m✓[22m[39m evaluates a simple expression and returns stdout [33m
|
|
205
|
-
[33m[2m✓[22m[39m evaluates TypeScript syntax (type annotations) [33m
|
|
206
|
-
[33m[2m✓[22m[39m can serialize a JSON object to stdout [33m
|
|
207
|
-
[33m[2m✓[22m[39m returns non-zero exit code on syntax error [33m
|
|
208
|
-
[33m[2m✓[22m[39m returns non-zero exit code on runtime error [33m
|
|
209
|
-
[33m[2m✓[22m[39m captures stderr separately from stdout [33m
|
|
210
|
-
[33m[2m✓[22m[39m runs a .ts file and returns its stdout [33m
|
|
211
|
-
[32m✓[39m tests/normalize-admin-config.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m
|
|
203
|
+
[32m✓[39m tests/tsx-runner.test.ts [2m([22m[2m7 tests[22m[2m)[22m[33m 2653[2mms[22m[39m
|
|
204
|
+
[33m[2m✓[22m[39m evaluates a simple expression and returns stdout [33m 363[2mms[22m[39m
|
|
205
|
+
[33m[2m✓[22m[39m evaluates TypeScript syntax (type annotations) [33m 349[2mms[22m[39m
|
|
206
|
+
[33m[2m✓[22m[39m can serialize a JSON object to stdout [33m 343[2mms[22m[39m
|
|
207
|
+
[33m[2m✓[22m[39m returns non-zero exit code on syntax error [33m 390[2mms[22m[39m
|
|
208
|
+
[33m[2m✓[22m[39m returns non-zero exit code on runtime error [33m 343[2mms[22m[39m
|
|
209
|
+
[33m[2m✓[22m[39m captures stderr separately from stdout [33m 407[2mms[22m[39m
|
|
210
|
+
[33m[2m✓[22m[39m runs a .ts file and returns its stdout [33m 455[2mms[22m[39m
|
|
211
|
+
[32m✓[39m tests/normalize-admin-config.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 8[2mms[22m[39m
|
|
212
|
+
[32m✓[39m tests/docker-postgres.test.ts [2m([22m[2m5 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
212
213
|
[90mstdout[2m | tests/app-command.test.ts[2m > [22m[2msupatype app add --static[2m > [22m[2mcreates the static directory when missing
|
|
213
214
|
[22m[39m created package.json
|
|
214
215
|
created supatype.config.ts
|
|
@@ -219,36 +220,35 @@
|
|
|
219
220
|
created public/.gitkeep
|
|
220
221
|
created .gitignore
|
|
221
222
|
|
|
222
|
-
[32m✓[39m tests/
|
|
223
|
-
[32m✓[39m tests/
|
|
224
|
-
[32m✓[39m tests/
|
|
225
|
-
|
|
226
|
-
[33m[2m✓[22m[39m
|
|
227
|
-
|
|
228
|
-
[32m✓[39m tests/
|
|
229
|
-
[32m✓[39m tests/
|
|
230
|
-
[32m✓[39m tests/cli-help.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m
|
|
231
|
-
[33m[2m✓[22m[39m --help lists all top-level commands [33m
|
|
232
|
-
[33m[2m✓[22m[39m --version prints a semver string [33m
|
|
233
|
-
[33m[2m✓[22m[39m self-update --help describes the command [33m
|
|
234
|
-
[33m[2m✓[22m[39m init --help describes the init command [33m
|
|
235
|
-
[33m[2m✓[22m[39m push --help describes the push command and --yes flag [33m
|
|
236
|
-
[33m[2m✓[22m[39m diff --help describes the diff command [33m
|
|
237
|
-
[33m[2m✓[22m[39m pull --help describes scaffold pull command [33m
|
|
238
|
-
[33m[2m✓[22m[39m doctor --help describes drift report command [33m
|
|
239
|
-
[33m[2m✓[22m[39m introspect --help describes database introspection command [33m
|
|
240
|
-
[33m[2m✓[22m[39m adopt --help describes adoption ceremony command [33m
|
|
241
|
-
[33m[2m✓[22m[39m reset --help shows --yes flag [33m
|
|
242
|
-
[33m[2m✓[22m[39m app --help describes the app command with add/remove subcommands [33m
|
|
243
|
-
[33m[2m✓[22m[39m app add --help shows --static and --port options [33m
|
|
244
|
-
[33m[2m✓[22m[39m self-host --help shows compose only (legacy commands hidden) [33m
|
|
245
|
-
[33m[2m✓[22m[39m self-host compose --help shows compose subcommands [33m
|
|
246
|
-
[33m[2m✓[22m[39m unknown command exits non-zero [33m
|
|
247
|
-
[32m✓[39m tests/
|
|
248
|
-
[32m✓[39m tests/migrate-from-v1.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 10[2mms[22m[39m
|
|
223
|
+
[32m✓[39m tests/seed-discover.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 15[2mms[22m[39m
|
|
224
|
+
[32m✓[39m tests/studio-admin-roles.test.ts [2m([22m[2m3 tests[22m[2m)[22m[32m 4[2mms[22m[39m
|
|
225
|
+
[32m✓[39m tests/app-command.test.ts [2m([22m[2m2 tests[22m[2m)[22m[33m 2073[2mms[22m[39m
|
|
226
|
+
[33m[2m✓[22m[39m sets app.mode=static and static_dir in supatype.config.ts [33m 1056[2mms[22m[39m
|
|
227
|
+
[33m[2m✓[22m[39m creates the static directory when missing [33m 1016[2mms[22m[39m
|
|
228
|
+
[32m✓[39m tests/release-pins.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 3[2mms[22m[39m
|
|
229
|
+
[32m✓[39m tests/pg-spawn-env.test.ts [2m([22m[2m2 tests[22m[2m)[22m[32m 5[2mms[22m[39m
|
|
230
|
+
[32m✓[39m tests/postgres-archive-tag.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 3[2mms[22m[39m
|
|
231
|
+
[32m✓[39m tests/cli-help.test.ts [2m([22m[2m16 tests[22m[2m)[22m[33m 16035[2mms[22m[39m
|
|
232
|
+
[33m[2m✓[22m[39m --help lists all top-level commands [33m 1018[2mms[22m[39m
|
|
233
|
+
[33m[2m✓[22m[39m --version prints a semver string [33m 969[2mms[22m[39m
|
|
234
|
+
[33m[2m✓[22m[39m self-update --help describes the command [33m 981[2mms[22m[39m
|
|
235
|
+
[33m[2m✓[22m[39m init --help describes the init command [33m 1105[2mms[22m[39m
|
|
236
|
+
[33m[2m✓[22m[39m push --help describes the push command and --yes flag [33m 977[2mms[22m[39m
|
|
237
|
+
[33m[2m✓[22m[39m diff --help describes the diff command [33m 1007[2mms[22m[39m
|
|
238
|
+
[33m[2m✓[22m[39m pull --help describes scaffold pull command [33m 978[2mms[22m[39m
|
|
239
|
+
[33m[2m✓[22m[39m doctor --help describes drift report command [33m 1020[2mms[22m[39m
|
|
240
|
+
[33m[2m✓[22m[39m introspect --help describes database introspection command [33m 915[2mms[22m[39m
|
|
241
|
+
[33m[2m✓[22m[39m adopt --help describes adoption ceremony command [33m 966[2mms[22m[39m
|
|
242
|
+
[33m[2m✓[22m[39m reset --help shows --yes flag [33m 974[2mms[22m[39m
|
|
243
|
+
[33m[2m✓[22m[39m app --help describes the app command with add/remove subcommands [33m 1080[2mms[22m[39m
|
|
244
|
+
[33m[2m✓[22m[39m app add --help shows --static and --port options [33m 998[2mms[22m[39m
|
|
245
|
+
[33m[2m✓[22m[39m self-host --help shows compose only (legacy commands hidden) [33m 1033[2mms[22m[39m
|
|
246
|
+
[33m[2m✓[22m[39m self-host compose --help shows compose subcommands [33m 1038[2mms[22m[39m
|
|
247
|
+
[33m[2m✓[22m[39m unknown command exits non-zero [33m 970[2mms[22m[39m
|
|
248
|
+
[32m✓[39m tests/migrate-from-v1.test.ts [2m([22m[2m1 test[22m[2m)[22m[32m 11[2mms[22m[39m
|
|
249
249
|
|
|
250
250
|
[2m Test Files [22m [1m[32m28 passed[39m[22m[90m (28)[39m
|
|
251
251
|
[2m Tests [22m [1m[32m264 passed[39m[22m[90m (264)[39m
|
|
252
|
-
[2m Start at [22m
|
|
253
|
-
[2m Duration [22m 19.
|
|
252
|
+
[2m Start at [22m 19:48:26
|
|
253
|
+
[2m Duration [22m 19.22s[2m (transform 2.92s, setup 0ms, import 10.12s, tests 41.70s, environment 5ms)[22m
|
|
254
254
|
|