testeranto 0.143.0 → 0.146.1
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 +22 -23
- 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/{PM/__tests__/webSidecar.testeranto/node → Pure.test/pure}/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/{Pure.test → lib/BaseSuite.test/node.test}/node/index.html +1 -1
- 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/{PM/__tests__/nodeSidecar.testeranto/node → lib/BaseSuite.test/pure.test/pure}/index.html +1 -1
- 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/{PM/__tests__/pureSidecar.testeranto/node → lib/BaseSuite.test/web.test/web}/index.html +1 -1
- 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/index.html +21 -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/index.html +21 -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/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/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/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/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/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/dev.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/dev.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/dev.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/dev.html +0 -21
- 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/dev.html +0 -21
- 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 → lib/BaseSuite.test/node.test}/node/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto/node → lib/BaseSuite.test/pure.test/pure}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/{Pure.test/node → lib/BaseSuite.test/web.test/web}/dev.html +0 -0
- /package/testeranto/reports/allTests/src/lib/{BaseGiven.test → baseBuilder.test/baseBuilder.test.node}/node/dev.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/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.pure/pure}/dev.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/{BaseThen.test/node → baseBuilder.test/baseBuilder.test.web/web}/dev.html +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
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Fix the failing tests described in testeranto/reports/allTests/src/lib/BaseSuite.test/node/tests.json and testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/add src/lib/BaseSuite.test.ts
|
|
3
|
-
|
|
4
|
-
/read testeranto/reports/allTests/src/lib/BaseSuite.test/node/tests.json
|
|
5
|
-
/read testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt
|
|
6
|
-
/read testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt
|
|
7
|
-
/read testeranto/reports/allTests/src/lib/BaseSuite.test/node/lint_errors.json
|
|
@@ -1,93 +0,0 @@
|
|
|
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.ts (94,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.ts (105,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.ts (138,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.ts (139,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.ts (144,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.ts (163,7): 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.ts (170,9): Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
|
|
25
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (174,29): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
26
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (178,16): Property 'SuiteNameMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
27
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (179,16): Property 'SuiteIndexMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
28
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (180,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
29
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (185,24): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
30
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (188,15): Property 'StoreValid' does not exist on type 'WhenSpecification<I, O>'.
|
|
31
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (188,34): Property 'NoErrorsOccurred' does not exist on type 'WhenSpecification<I, O>'.
|
|
32
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (188,59): Property 'AllChecksCompleted' does not exist on type 'WhenSpecification<I, O>'.
|
|
33
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (192,31): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
34
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (194,15): Property 'AddFeature' does not exist on type 'WhenSpecification<I, O>'.
|
|
35
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (196,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
36
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (197,16): Property 'FeaturesIncludes' does not exist on type 'WhenSpecification<I, O>'.
|
|
37
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (198,16): Property 'FeatureCountMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
38
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (203,28): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
39
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (205,15): Property 'RunSuiteWithError' does not exist on type 'WhenSpecification<I, O>'.
|
|
40
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (207,16): Property 'ErrorCountMatches' does not exist on type 'WhenSpecification<I, O>'.
|
|
41
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (225,9): Property 'Default' does not exist on type 'ITestSpecification<I, O>'.
|
|
42
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (226,26): Property 'Default' does not exist on type 'WhenSpecification<I, O>'.
|
|
43
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (229,14): Property 'addArtifact' does not exist on type 'WhenSpecification<I, O>'.
|
|
44
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (230,14): Property 'modifySpecs' does not exist on type 'WhenSpecification<I, O>'.
|
|
45
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (231,14): Property 'modifyJobs' does not exist on type 'WhenSpecification<I, O>'.
|
|
46
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (234,14): Property 'specsModified' does not exist on type 'WhenSpecification<I, O>'.
|
|
47
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (235,14): Property 'jobsModified' does not exist on type 'WhenSpecification<I, O>'.
|
|
48
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (236,14): Property 'artifactsTracked' does not exist on type 'WhenSpecification<I, O>'.
|
|
49
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (237,14): Property 'testRunSuccessful' does not exist on type 'WhenSpecification<I, O>'.
|
|
50
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (250,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.ts (256,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.ts (276,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.ts (278,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.ts (344,5): Type '(feature: string) => ((suite: TestableSuite) => TestableSuite)' is not assignable to type '(feature: string) => (ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
62
|
-
Type '(suite: TestableSuite) => TestableSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
63
|
-
Types of parameters 'suite' and 'ssel' are incompatible.
|
|
64
|
-
Type 'TestSelection' is missing the following properties from type 'TestableSuite': name, givens, checks, store, and 10 more.
|
|
65
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (367,7): Type '(suite: TestableSuite) => TestableSuite' is not assignable to type '(ssel: TestSelection, utils: PM) => (store: TestStore) => Promise<TestSelection>'.
|
|
66
|
-
Types of parameters 'suite' and 'ssel' are incompatible.
|
|
67
|
-
Type 'TestSelection' is missing the following properties from type 'TestableSuite': name, givens, checks, store, and 10 more.
|
|
68
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (432,5): Object literal may only specify known properties, and 'Default' does not exist in type 'TestCheckImplementation<I, O>'.
|
|
69
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (441,30): Type '() => Promise<TestStore>' is not assignable to type 'TestStore'.
|
|
70
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (448,44): Expected 1 arguments, but got 2.
|
|
71
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (455,48): Expected 1 arguments, but got 2.
|
|
72
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (457,3): Type '(store: I["istore"]) => I["istore"]' is not assignable to type '(store: TestStore, key: string, pm: IPM) => Promise<unknown>'.
|
|
73
|
-
Type 'TestStore' is missing the following properties from type 'Promise<unknown>': then, catch, finally, [Symbol.toStringTag]
|
|
74
|
-
/Users/adam/Code/testeranto/src/lib/BaseSuite.test.ts (472,3): Argument of type 'BaseSuite<any, any>' is not assignable to parameter of type 'null'.
|
|
75
|
-
/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.
|
|
76
|
-
/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.
|
|
77
|
-
/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<...>'.
|
|
78
|
-
Types of parameters 'initialValues' and 'initializer' are incompatible.
|
|
79
|
-
Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
|
|
80
|
-
'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
|
|
81
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
|
|
82
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
|
|
83
|
-
Type 'unknown' has no call signatures.
|
|
84
|
-
/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>'.
|
|
85
|
-
Types of property 'assertThis' are incompatible.
|
|
86
|
-
Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
87
|
-
Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
88
|
-
/Users/adam/Code/testeranto/src/Node.ts (34,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 & { ...; }'.
|
|
89
|
-
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
|
|
90
|
-
/Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
|
|
91
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
92
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
93
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
stderr > file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.mjs:1121
|
|
2
|
-
BaseBuilder.prototype,
|
|
3
|
-
^
|
|
4
|
-
|
|
5
|
-
ReferenceError: BaseBuilder is not defined
|
|
6
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/baseBuilder.test.mjs:1121:3
|
|
7
|
-
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
|
|
8
|
-
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
|
|
9
|
-
at async loadESM (node:internal/process/esm_loader:40:7)
|
|
10
|
-
at async handleMainPromise (node:internal/modules/run_main:66:12)
|
|
11
|
-
|
|
12
|
-
Node.js v20.4.0
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/index.html
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Fix the failing tests described in testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/tests.json and testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
|
package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/console_log.txt
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
stderr > file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs:68
|
|
2
|
-
implementation,
|
|
3
|
-
^
|
|
4
|
-
|
|
5
|
-
ReferenceError: implementation is not defined
|
|
6
|
-
at specification2 (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs:68:11)
|
|
7
|
-
at new BaseBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs:402:18)
|
|
8
|
-
at new ClassBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs:560:5)
|
|
9
|
-
at new Testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs:697:5)
|
|
10
|
-
at new PureTesteranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs:139:5)
|
|
11
|
-
at Pure_default (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs:156:10)
|
|
12
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs:398:33
|
|
13
|
-
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
|
|
14
|
-
at async DefaultModuleLoader.import (node:internal/modules/esm/loader:228:24)
|
|
15
|
-
at async loadESM (node:internal/process/esm_loader:40:7)
|
|
16
|
-
|
|
17
|
-
Node.js v20.4.0
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
stdout > mark2 butThen {
|
|
2
|
-
beforeEachProxy: MockPMBase { calls: {}, testResourceConfiguration: {}, configs: {} }
|
|
3
|
-
} async (s) => {
|
|
4
|
-
tLog(" Then!!!:", this.name);
|
|
5
|
-
if (typeof this.thenCB === "function") {
|
|
6
|
-
return await this.thenCB(s);
|
|
7
|
-
} else {
|
|
8
|
-
return this.thenCB;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
stdout > test failed 3 TypeError: store.butThenProxy is not a function
|
|
12
|
-
at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:28:31)
|
|
13
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:336:29
|
|
14
|
-
at Object.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:4205:12)
|
|
15
|
-
at Then.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:749:42)
|
|
16
|
-
at Then.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:331:17)
|
|
17
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:262:34)
|
|
18
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
19
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
20
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
21
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
22
|
-
stderr > Given error: TypeError: store.butThenProxy is not a function
|
|
23
|
-
at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:28:31)
|
|
24
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:336:29
|
|
25
|
-
at Object.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:4205:12)
|
|
26
|
-
at Then.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:749:42)
|
|
27
|
-
at Then.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:331:17)
|
|
28
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:262:34)
|
|
29
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
30
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
31
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
32
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
33
|
-
stderr > goodbye node with caught error TypeError: store.butThenProxy is not a function
|
|
34
|
-
at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:28:31)
|
|
35
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:336:29
|
|
36
|
-
at Object.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:4205:12)
|
|
37
|
-
at Then.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:749:42)
|
|
38
|
-
at Then.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:331:17)
|
|
39
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:262:34)
|
|
40
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
41
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
42
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
43
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
stdout > Suite { TheMothership: [Function (anonymous)] }
|
|
2
|
-
stdout > MARK9 TypeError: fullTestInterface.andWhen is not a function
|
|
3
|
-
at When.andWhen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:739:42)
|
|
4
|
-
at When.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:306:23)
|
|
5
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:253:24)
|
|
6
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
7
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
8
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
9
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
10
|
-
at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:223:12)
|
|
11
|
-
at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:239:15)
|
|
12
|
-
stderr > afterEach failed! TypeError: fullTestInterface.afterEach is not a function
|
|
13
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:733:44
|
|
14
|
-
at new Promise (<anonymous>)
|
|
15
|
-
at Given.afterEach (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:732:18)
|
|
16
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:277:20)
|
|
17
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
18
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
19
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
20
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
21
|
-
at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:223:12)
|
|
22
|
-
at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:239:15)
|
|
23
|
-
stderr > Given error: TypeError: fullTestInterface.afterEach is not a function
|
|
24
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:733:44
|
|
25
|
-
at new Promise (<anonymous>)
|
|
26
|
-
at Given.afterEach (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:732:18)
|
|
27
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:277:20)
|
|
28
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
29
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
30
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
31
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
32
|
-
at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:223:12)
|
|
33
|
-
at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:239:15)
|
|
34
|
-
stderr > goodbye node with caught error TypeError: fullTestInterface.afterEach is not a function
|
|
35
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:733:44
|
|
36
|
-
at new Promise (<anonymous>)
|
|
37
|
-
at Given.afterEach (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:732:18)
|
|
38
|
-
at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:277:20)
|
|
39
|
-
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
|
40
|
-
at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:622:20)
|
|
41
|
-
at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:411:19
|
|
42
|
-
at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-UED26IMH.mjs:439:29)
|
|
43
|
-
at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:223:12)
|
|
44
|
-
at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs:239:15)
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<base href="undefined" target="_blank">
|
|
8
|
-
<meta charset="utf-8" />
|
|
9
|
-
<title>allTests - testeranto</title>
|
|
10
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
11
|
-
<meta name="author" content="" />
|
|
12
|
-
|
|
13
|
-
<link rel="stylesheet" href="./testeranto/TestReport.css" />
|
|
14
|
-
<script src="./testeranto/TestReport.js"></script>
|
|
15
|
-
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
<div id="root"/>
|
|
20
|
-
</body>
|
|
21
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
[]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Fix the failing tests described in testeranto/reports/allTests/src/mothership/test/node/tests.json and testeranto/reports/allTests/src/mothership/test/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/add src/mothership/index.ts
|
|
3
|
-
/add src/mothership/test.ts
|
|
4
|
-
|
|
5
|
-
/read testeranto/reports/allTests/src/mothership/test/node/tests.json
|
|
6
|
-
/read testeranto/reports/allTests/src/mothership/test/node/console_log.txt
|
|
7
|
-
/read testeranto/reports/allTests/src/mothership/test/node/type_errors.txt
|
|
8
|
-
/read testeranto/reports/allTests/src/mothership/test/node/lint_errors.json
|
|
@@ -1,24 +0,0 @@
|
|
|
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/classBuilder.ts (90,18): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
5
|
-
/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.
|
|
6
|
-
/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<...>'.
|
|
7
|
-
Types of parameters 'initialValues' and 'initializer' are incompatible.
|
|
8
|
-
Type '(c?: any) => T["given"]' is not assignable to type 'T["iinitialValues"]'.
|
|
9
|
-
'T["iinitialValues"]' could be instantiated with an arbitrary type which could be unrelated to '(c?: any) => T["given"]'.
|
|
10
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (24,20): Type '"iinitialValues"' cannot be used to index type 'T'.
|
|
11
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (46,13): This expression is not callable.
|
|
12
|
-
Type 'unknown' has no call signatures.
|
|
13
|
-
/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>'.
|
|
14
|
-
Types of property 'assertThis' are incompatible.
|
|
15
|
-
Type '((x: T["then"]) => any) | undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
16
|
-
Type 'undefined' is not assignable to type '(x: T["then"]) => any'.
|
|
17
|
-
/Users/adam/Code/testeranto/src/mothership/test.ts (75,13): Type '(x: any) => any' is not assignable to type 'string'.
|
|
18
|
-
/Users/adam/Code/testeranto/src/mothership/test.ts (105,22): Cannot find name 'IPartialNodeInterface'.
|
|
19
|
-
/Users/adam/Code/testeranto/src/Node.ts (34,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 & { ...; }'.
|
|
20
|
-
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
|
|
21
|
-
/Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
|
|
22
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
23
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
24
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/testeranto/reports/allTests/src/{Pure.test/node → lib/BaseSuite.test/web.test/web}/dev.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|