testeranto 0.143.0 → 0.146.0
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/.aider.chat.history.md +1833 -0
- package/.aider.input.history +105 -0
- package/.aider.tags.cache.v3/{be/72/19ee8e656d160afe9b31523245fe.val → 06/1a/1ec9fd1f595d4b36094caef45894.val} +0 -0
- package/.aider.tags.cache.v3/{63/f1/138061b0aadb868173d197c2a0e0.val → 0f/f6/f42b5108253d75de3cb6286df7f6.val} +0 -0
- package/.aider.tags.cache.v3/cache.db +0 -0
- package/README.md +15 -16
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/docs/index.md +45 -33
- package/package.json +1 -1
- package/src/Node.ts +17 -13
- package/src/PM/PM_WithEslintAndTsc.ts +71 -69
- package/src/PM/main.ts +182 -92
- package/src/PM/node.ts +1 -15
- package/src/PM/nodeSidecar.ts +0 -1
- package/src/Pure.ts +20 -2
- package/src/Types.ts +5 -5
- package/src/Web.ts +1 -1
- package/src/build.ts +0 -1
- package/src/esbuildConfigs/consoleDetectorPlugin.ts +28 -14
- package/src/esbuildConfigs/nativeImportDetectorPlugin.ts +26 -0
- package/src/esbuildConfigs/pure.ts +3 -1
- package/src/esbuildConfigs/rebuildPlugin.ts +1 -4
- package/src/lib/BaseSuite.test/node.test.ts +12 -0
- package/src/lib/BaseSuite.test/pure.test.ts +12 -0
- package/src/lib/{BaseSuite.test.ts → BaseSuite.test/test.ts} +20 -30
- package/src/lib/BaseSuite.test/web.test.ts +12 -0
- package/src/lib/BaseSuite.ts +17 -15
- package/src/lib/abstractBase.ts +0 -2
- package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +2 -1
- package/src/lib/baseBuilder.test/baseBuilder.test.node.ts +14 -0
- package/src/lib/baseBuilder.test/baseBuilder.test.pure.ts +14 -0
- package/src/lib/baseBuilder.test/{baseBuilder.test.ts → baseBuilder.test.web.ts} +2 -1
- package/src/lib/basebuilder.ts +2 -1
- package/src/lib/classBuilder.test/classBuilder.test.implementation.ts +6 -2
- package/src/lib/classBuilder.test/classBuilder.test.interface.ts +1 -0
- package/src/lib/classBuilder.test/classBuilder.test.specification.ts +5 -4
- package/src/lib/classBuilder.test/classBuilder.test.types.ts +17 -5
- package/src/lib/core.ts +0 -10
- package/src/lib/pmProxy.test/interface.ts +0 -1
- package/src/run.ts +7 -7
- package/testeranto/bundles/node/allTests/{chunk-RX4SUFXQ.mjs → chunk-NQBTLMSG.mjs} +15 -12
- package/testeranto/bundles/node/allTests/{chunk-UED26IMH.mjs → chunk-RF3LIUSG.mjs} +196 -233
- package/testeranto/bundles/node/allTests/{chunk-KYSOR62N.mjs → chunk-YZWFKYY3.mjs} +6 -2
- package/testeranto/bundles/node/allTests/metafile.json +294 -4083
- package/testeranto/bundles/node/allTests/src/lib/{BaseSuite.test.mjs → BaseSuite.test/node.test.mjs} +9 -7
- package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/{baseBuilder.test.mjs → baseBuilder.test.node.mjs} +8 -8
- package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +8 -6
- package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +2 -2
- package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +114 -6
- package/testeranto/bundles/{node/allTests/chunk-2FXOXAKZ.mjs → pure/allTests/chunk-W22WOQNK.mjs} +377 -256
- package/testeranto/bundles/pure/allTests/metafile.json +732 -3
- package/testeranto/bundles/{node → pure}/allTests/src/Pure.test.mjs +113 -5
- package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +323 -0
- package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +224 -0
- package/testeranto/bundles/{node/allTests/chunk-DWKHII32.mjs → web/allTests/chunk-FIZ3WLUB.mjs} +439 -296
- package/testeranto/bundles/web/allTests/metafile.json +1133 -2
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +19 -0
- package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +322 -0
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
- package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +10964 -0
- package/testeranto/index.html +1 -1
- package/testeranto/reports/allTests/config.json +25 -25
- package/testeranto/reports/allTests/index.html +1 -1
- package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.json +1539 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/logs.txt +11 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/message +1 -0
- package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/Pure.test/{node → pure}/type_errors.txt +15 -5
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.json +620 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +12 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +94 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.json +620 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/logs.txt +11 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +104 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node → web.test/web}/lint_errors.json +119 -107
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +10 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +95 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.json +966 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +11 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test → baseBuilder.test.node}/node/type_errors.txt +22 -17
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/bdd_errors.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.json +966 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +11 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/tests.json +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/bdd_errors.txt +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/dev.html +21 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/index.html +21 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/lint_errors.json +61 -61
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/message +1 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/prompt.txt +6 -6
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +57 -0
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +48 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.json +106 -86
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +12 -0
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +2 -2
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +26 -38
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/{console_log.txt → logs.txt} +8 -8
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +1 -1
- package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +12 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/index.html +1 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.json +1413 -8
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +30 -0
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message +1 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +2 -1
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +5 -5
- package/testeranto/reports/allTests/summary.json +48 -83
- package/testeranto.config.ts +32 -24
- package/tsc.log +273 -27
- package/.aider.tags.cache.v3/cache.db-shm +0 -0
- package/.aider.tags.cache.v3/cache.db-wal +0 -0
- package/testeranto/bundles/node/allTests/chunk-4PJCC2XT.mjs +0 -1039
- package/testeranto/bundles/node/allTests/chunk-5MQGD4WC.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs +0 -800
- package/testeranto/bundles/node/allTests/chunk-PG6KUKNP.mjs +0 -44
- package/testeranto/bundles/node/allTests/chunk-PRPFVO6G.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-VAAIAWXC.mjs +0 -117
- package/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs +0 -251
- package/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs +0 -167
- package/testeranto/bundles/node/allTests/src/PM/__tests__/nodeSidecar.testeranto.mjs +0 -188
- package/testeranto/bundles/node/allTests/src/PM/__tests__/pureSidecar.testeranto.mjs +0 -157
- package/testeranto/bundles/node/allTests/src/PM/__tests__/webSidecar.testeranto.mjs +0 -157
- package/testeranto/bundles/node/allTests/src/mothership/test.mjs +0 -24413
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/index.html +0 -21
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +0 -28
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/index.html +0 -21
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +0 -32
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/index.html +0 -21
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json +0 -80
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/message +0 -1
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +0 -32
- package/testeranto/reports/allTests/src/Pure.test/node/console_log.txt +0 -17
- package/testeranto/reports/allTests/src/Pure.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/Pure.test/node/lint_errors.json +0 -134
- package/testeranto/reports/allTests/src/Pure.test/node/message +0 -1
- package/testeranto/reports/allTests/src/Pure.test/node/prompt.txt +0 -7
- package/testeranto/reports/allTests/src/lib/BaseGiven.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt +0 -35
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/message +0 -1
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/prompt.txt +0 -7
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt +0 -93
- package/testeranto/reports/allTests/src/lib/BaseThen.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/BaseWhen.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/abstractBase/index/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder/baseBuilder.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt +0 -12
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/message +0 -1
- package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/console_log.txt +0 -17
- package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt +0 -43
- package/testeranto/reports/allTests/src/mothership/test/node/console_log.txt +0 -44
- package/testeranto/reports/allTests/src/mothership/test/node/index.html +0 -21
- package/testeranto/reports/allTests/src/mothership/test/node/lint_errors.json +0 -1
- package/testeranto/reports/allTests/src/mothership/test/node/message +0 -1
- package/testeranto/reports/allTests/src/mothership/test/node/prompt.txt +0 -8
- package/testeranto/reports/allTests/src/mothership/test/node/type_errors.txt +0 -24
- package/testeranto/reportsnode_build_errors +0 -12
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → Pure.test/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/pureSidecar.testeranto/node/dev.html → Pure.test/pure/index.html} +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto → lib/BaseSuite.test/node.test}/node/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{Pure.test/node/dev.html → lib/BaseSuite.test/node.test/node/index.html} +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseGiven.test/node → BaseSuite.test/pure.test/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node/dev.html → pure.test/pure/index.html} +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseThen.test/node → BaseSuite.test/web.test/web}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseWhen.test/node/dev.html → BaseSuite.test/web.test/web/index.html} +0 -0
- /package/testeranto/reports/allTests/src/lib/{abstractBase/index → baseBuilder.test/baseBuilder.test.node}/node/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node/dev.html → baseBuilder.test.node/node/index.html} +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node/console_log.txt → lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt} +0 -0
- /package/testeranto/reports/allTests/src/lib/{baseBuilder/baseBuilder.test/node → baseBuilder.test/baseBuilder.test.pure/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{mothership/test/node/dev.html → lib/baseBuilder.test/baseBuilder.test.pure/pure/index.html} +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → lib/baseBuilder.test/baseBuilder.test.pure/pure}/log.txt +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.web/web}/log.txt +0 -0
- /package/testeranto/reports/allTests/src/{mothership/test/node/log.txt → lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt} +0 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
/Users/adam/Code/testeranto/src/lib/basebuilder.ts (85,15): This expression is not callable.
|
|
2
|
+
Not all constituents of type 'void | ((fPath: string, value: string | Buffer<ArrayBufferLike> | PassThrough) => void)' are callable.
|
|
3
|
+
Type 'void' has no call signatures.
|
|
4
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (92,9): Property 'andWhen' in type 'MockWhen' is not assignable to the same property in base type 'BaseWhen<I>'.
|
|
5
|
+
Types of parameters 'whenCB' and 'whenCB' are incompatible.
|
|
6
|
+
Type '(store: TestStore) => Promise<TestSelection>' is not assignable to type 'Promise<TestStore>'.
|
|
7
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (103,9): Property 'butThen' in type 'MockThen' is not assignable to the same property in base type 'BaseThen<I>'.
|
|
8
|
+
Types of parameters 'thenCB' and 'thenCB' are incompatible.
|
|
9
|
+
Type 'Promise<BaseSuite<any, any>>' is not assignable to type 'Promise<TestSelection>'.
|
|
10
|
+
Property 'testSelection' is missing in type 'BaseSuite<any, any>' but required in type 'TestSelection'.
|
|
11
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (136,13): Type 'MockWhen' is not assignable to type 'BaseWhen<I>'.
|
|
12
|
+
Types of property 'andWhen' are incompatible.
|
|
13
|
+
Types of parameters 'whenCB' and 'whenCB' are incompatible.
|
|
14
|
+
Type '(store: TestStore) => Promise<TestSelection>' is not assignable to type 'Promise<TestStore>'.
|
|
15
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (137,15): Type 'Promise<{ testStore: boolean; }>' is not assignable to type '(store: TestStore) => Promise<TestSelection>'.
|
|
16
|
+
Type 'Promise<{ testStore: boolean; }>' provides no match for the signature '(store: TestStore): Promise<TestSelection>'.
|
|
17
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (142,15): Type 'Promise<{ testSelection: boolean; }>' is not assignable to type 'Promise<(store: TestStore) => Promise<TestSelection>>'.
|
|
18
|
+
Type '{ testSelection: boolean; }' is not assignable to type '(store: TestStore) => Promise<TestSelection>'.
|
|
19
|
+
Type '{ testSelection: boolean; }' provides no match for the signature '(store: TestStore): Promise<TestSelection>'.
|
|
20
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (161,14): Type '(Suite: ITestSpecification<I, O>, Given: WhenSpecification<I, O>, When: WhenSpecification<I, O>, Then: WhenSpecification<I, O>, Check: ITestCheckCallback<I, O>) => any[]' is not assignable to type 'ITestSpecification<I, O>'.
|
|
21
|
+
Types of parameters 'Suite' and 'Suite' are incompatible.
|
|
22
|
+
Type 'SuiteSpecification<I, O>' is not assignable to type 'ITestSpecification<I, O>'.
|
|
23
|
+
Type 'SuiteSpecification<I, O>' provides no match for the signature '(Suite: SuiteSpecification<I, O>, Given: GivenSpecification<I, O>, When: WhenSpecification<I, O>, Then: ThenSpecification<...>, Check: ITestCheckCallback<...>): any[]'.
|
|
24
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (168,9): Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
|
|
25
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (172,29): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
26
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (176,16): Property 'SuiteNameMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
27
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (177,16): Property 'SuiteIndexMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
28
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (178,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
29
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (183,24): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
30
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (186,15): Property 'StoreValid' does not exist on type 'WhenSpecification<I, O>'.
|
|
31
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (186,34): Property 'NoErrorsOccurred' does not exist on type 'WhenSpecification<I, O>'.
|
|
32
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (186,59): Property 'AllChecksCompleted' does not exist on type 'WhenSpecification<I, O>'.
|
|
33
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (190,31): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
34
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (192,15): Property 'AddFeature' does not exist on type 'WhenSpecification<I, O>'.
|
|
35
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (194,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
36
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (195,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
37
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (196,16): Property 'FeatureCountMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
38
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (201,28): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
39
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (203,15): Property 'RunSuiteWithError' does not exist on type 'WhenSpecification<I, O>'.
|
|
40
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (205,16): Property 'ErrorCountMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
41
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (223,9): Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
|
|
42
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (224,26): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
43
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (227,14): Property 'addArtifact' does not exist on type 'WhenSpecification<I, O>'.
|
|
44
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (228,14): Property 'modifySpecs' does not exist on type 'WhenSpecification<I, O>'.
|
|
45
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (229,14): Property 'modifyJobs' does not exist on type 'WhenSpecification<I, O>'.
|
|
46
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (232,14): Property 'specsModified' does not exist on type 'WhenSpecification<I, O>'.
|
|
47
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (233,14): Property 'jobsModified' does not exist on type 'WhenSpecification<I, O>'.
|
|
48
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (234,14): Property 'artifactsTracked' does not exist on type 'WhenSpecification<I, O>'.
|
|
49
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (235,14): Property 'testRunSuccessful' does not exist on type 'WhenSpecification<I, O>'.
|
|
50
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (248,35): Type 'TestableSuite' is not assignable to type '() => Promise<TestStore>'.
|
|
51
|
+
Type 'TestableSuite' provides no match for the signature '(): Promise<TestStore>'.
|
|
52
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (254,7): Type '(suite: TestableSuite) => Promise<TestableSuite>' is not assignable to type '(zel: TestSelection, tr: ITTestResourceConfiguration, utils: PM) => Promise<(store: TestStore) => Promise<TestStore>>'.
|
|
53
|
+
Types of parameters 'suite' and 'zel' are incompatible.
|
|
54
|
+
Type 'TestSelection' is missing the following properties from type 'TestableSuite': name, givens, checks, store, and 10 more.
|
|
55
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (274,11): Type '() => void' is not assignable to type '((selector: string) => boolean) | ((selector: string) => boolean) | ((selector: string, page: string) => Promise<unknown>)'.
|
|
56
|
+
Type '() => void' is not assignable to type '(selector: string) => boolean'.
|
|
57
|
+
Type 'void' is not assignable to type 'boolean'.
|
|
58
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (276,11): Type '() => void' is not assignable to type '((p: any) => string) | ((p: any) => string) | ((p: any) => Promise<unknown>)'.
|
|
59
|
+
Type '() => void' is not assignable to type '(p: any) => string'.
|
|
60
|
+
Type 'void' is not assignable to type 'string'.
|
|
61
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (281,11): Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
|
|
62
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (295,13): Argument of type 'null' is not assignable to parameter of type 'typeof BaseSuite'.
|
|
63
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (342,5): Type '(feature: string) => ((suite: TestableSuite) => TestableSuite)' is not assignable to type '(feature: string) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
64
|
+
Type '(suite: TestableSuite) => TestableSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
65
|
+
Types of parameters 'suite' and 'ssel' are incompatible.
|
|
66
|
+
Type 'TestSelection' is missing the following properties from type 'TestableSuite': name, givens, checks, store, and 10 more.
|
|
67
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (365,7): Type '(suite: TestableSuite) => TestableSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
68
|
+
Types of parameters 'suite' and 'ssel' are incompatible.
|
|
69
|
+
Type 'TestSelection' is missing the following properties from type 'TestableSuite': name, givens, checks, store, and 10 more.
|
|
70
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (430,5): Object literal may only specify known properties, and 'Default' does not exist in type 'TestCheckImplementation<I, O>'.
|
|
71
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (439,30): Type '() => Promise<TestStore>' is not assignable to type 'TestStore'.
|
|
72
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (446,44): Expected 1 arguments, but got 2.
|
|
73
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (453,48): Expected 1 arguments, but got 2.
|
|
74
|
+
/Users/adam/Code/testeranto/src/lib/BaseSuite.test/test.ts (455,3): Type '(store: I["istore"]) => I["istore"]' is not assignable to type '(store: TestStore, key: string, pm: IPM) => Promise<unknown>'.
|
|
75
|
+
Type 'TestStore' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
|
|
76
|
+
/Users/adam/Code/testeranto/src/lib/classBuilder.ts (90,18): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
77
|
+
/Users/adam/Code/testeranto/src/lib/classBuilder.ts (105,28): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
78
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (22,3): Type '(subject: T["isubject"], initialValues: T["iinitialValues"], x: unknown, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["isubject"]>' is not assignable to type '(subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceConfiguration, initialValues: any, pm: IPM) => Promise<...>'.
|
|
79
|
+
Types of parameters 'initialValues' and 'initializer' are incompatible.
|
|
80
|
+
Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
|
|
81
|
+
'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
|
|
82
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
|
|
83
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
|
|
84
|
+
Type 'unknown' has no call signatures.
|
|
85
|
+
/Users/adam/Code/testeranto/src/lib/index.ts (58,3): Type '{ assertThis?: ((x: T["then"]) => any) | undefined; andWhen?: ((store: T["istore"], whenCB: T["when"], testResource: ITTestResourceConfiguration, pm: IPM) => Promise<T["istore"]>) | undefined; ... 4 more ...; beforeEach?: ((subject: T["isubject"], initializer: (c?: any) => T["given"], testResource: ITTestResourceCon...' is not assignable to type 'ITestInterface<T>'.
|
|
86
|
+
Types of property 'assertThis' are incompatible.
|
|
87
|
+
Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
88
|
+
Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
89
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
90
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
91
|
+
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
92
|
+
/Users/adam/Code/testeranto/src/Pure.ts (32,7): Argument of type 'ITestImplementation<I, O, M>' is not assignable to parameter of type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M> & M & { ...; }'.
|
|
93
|
+
Type 'Omit<{ suites: TestSuiteImplementation<O>; givens: TestGivenImplementation<I, O>; whens: TestWhenImplementation<I, O>; thens: TestThenImplementation<...>; checks: TestCheckImplementation<...>; }, keyof M>' is missing the following properties from type '{ suites: Record<string, any>; givens: Record<string, any>; whens: Record<string, any>; thens: Record<string, any>; checks: Record<string, any>; }': suites, givens, whens, thens, checks
|
|
94
|
+
/Users/adam/Code/testeranto/src/Pure.ts (41,9): Property 'receiveTestResourceConfig' in type 'PureTesteranto<I, O, M>' is not assignable to the same property in base type 'TesterantoCore<I, O, M>'.
|
|
95
|
+
Type '(partialTestResource: string) => Promise<IFinalResults | -2>' is not assignable to type '(partialTestResource: string) => Promise<IFinalResults>'.
|
|
96
|
+
Type 'Promise<IFinalResults | -2>' is not assignable to type 'Promise<IFinalResults>'.
|
|
97
|
+
Type 'IFinalResults | -2' is not assignable to type 'IFinalResults'.
|
|
98
|
+
Type 'number' is not assignable to type 'IFinalResults'.
|
|
99
|
+
/Users/adam/Code/testeranto/src/Pure.ts (65,3): Type 'PureTesteranto<I, O, M>' is not assignable to type 'number | TesterantoCore<I, O, M>'.
|
|
100
|
+
Type 'PureTesteranto<I, O, M>' is not assignable to type 'TesterantoCore<I, O, M>'.
|
|
101
|
+
The types returned by 'receiveTestResourceConfig(...)' are incompatible between these types.
|
|
102
|
+
Type 'Promise<IFinalResults | -2>' is not assignable to type 'Promise<IFinalResults>'.
|
|
103
|
+
Type 'IFinalResults | -2' is not assignable to type 'IFinalResults'.
|
|
104
|
+
Type 'number' is not assignable to type 'IFinalResults'.
|