testeranto 0.134.0 → 0.140.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 +14577 -0
- package/.aider.input.history +566 -0
- package/.aider.tags.cache.v3/{8d/fa/12860238755bcfab9af8a93c52ab.val → bd/91/b71f967fd074cf4b757081b429b7.val} +0 -0
- package/.aider.tags.cache.v3/cache.db +0 -0
- package/.aider.tags.cache.v3/{18/8b/7dfca822129dad10b5cacadf7728.val → fb/96/b0f91c7e75e08fc5a6907633cf99.val} +0 -0
- package/README.md +29 -423
- package/bundle.js +1 -1
- package/dist/common/src/CoreTypes.js +2 -0
- package/dist/common/src/Init.js +4 -1
- package/dist/common/src/Node.js +1 -1
- package/dist/common/src/PM/PM_WithEslintAndTsc.js +10 -8
- package/dist/common/src/PM/__tests__/nodeSidecar.testeranto.js +2 -2
- package/dist/common/src/PM/main.js +12 -7
- package/dist/common/src/PM/node.js +10 -3
- package/dist/common/src/Web.js +2 -2
- package/dist/common/src/build.js +7 -72
- package/dist/common/src/defaultConfig.js +0 -1
- package/dist/common/src/esbuildConfigs/eslint-formatter-testeranto.js +16 -1
- package/dist/common/src/esbuildConfigs/node.js +2 -16
- package/dist/common/src/esbuildConfigs/pure.js +2 -16
- package/dist/common/src/esbuildConfigs/rebuildPlugin.js +22 -0
- package/dist/common/src/esbuildConfigs/web.js +2 -16
- package/dist/common/src/lib/abstractBase.js +8 -1
- package/dist/common/src/lib/basebuilder.js +4 -0
- package/dist/common/src/lib/classBuilder.js +2 -3
- package/dist/common/src/lib/core.js +2 -0
- package/dist/common/src/run.js +1 -1
- package/dist/common/src/utils/buildTemplates.js +88 -0
- package/dist/common/tsconfig.common.tsbuildinfo +1 -1
- package/dist/module/src/Init.js +4 -1
- package/dist/module/src/Node.js +1 -1
- package/dist/module/src/PM/PM_WithEslintAndTsc.js +10 -8
- package/dist/module/src/PM/__tests__/nodeSidecar.testeranto.js +2 -2
- package/dist/module/src/PM/main.js +12 -7
- package/dist/module/src/PM/node.js +10 -3
- package/dist/module/src/Project.js +41 -47
- package/dist/module/src/TestReport.js +34 -31
- package/dist/module/src/Web.js +2 -2
- package/dist/module/src/build.js +7 -72
- package/dist/module/src/defaultConfig.js +0 -1
- package/dist/module/src/esbuildConfigs/eslint-formatter-testeranto.js +16 -1
- package/dist/module/src/esbuildConfigs/node.js +2 -16
- package/dist/module/src/esbuildConfigs/pure.js +2 -16
- package/dist/module/src/esbuildConfigs/rebuildPlugin.js +17 -0
- package/dist/module/src/esbuildConfigs/web.js +2 -16
- package/dist/module/src/lib/abstractBase.js +8 -1
- package/dist/module/src/lib/basebuilder.js +4 -0
- package/dist/module/src/lib/classBuilder.js +2 -3
- package/dist/module/src/lib/core.js +2 -0
- package/dist/module/src/run.js +1 -1
- package/dist/module/src/utils/buildTemplates.js +82 -0
- package/dist/module/tsconfig.module.tsbuildinfo +1 -1
- package/dist/prebuild/Project.js +77 -29
- package/dist/prebuild/TestReport.js +51 -32
- package/dist/prebuild/build.mjs +132 -131
- package/dist/prebuild/esbuildConfigs/eslint-formatter-testeranto.mjs +14 -1
- package/dist/prebuild/init-docs.mjs +0 -4
- package/dist/prebuild/run.mjs +50 -31
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/dist/types/src/CoreTypes.d.ts +53 -0
- package/dist/types/src/Node.d.ts +3 -3
- package/dist/types/src/PM/__tests__/nodeSidecar.testeranto.d.ts +2 -4
- package/dist/types/src/PM/__tests__/pureSidecar.testeranto.d.ts +2 -4
- package/dist/types/src/PM/__tests__/webSidecar.testeranto.d.ts +2 -4
- package/dist/types/src/PM/index.d.ts +1 -1
- package/dist/types/src/PM/nodeSidecar.d.ts +2 -2
- package/dist/types/src/Pure.d.ts +3 -3
- package/dist/types/src/Types.d.ts +21 -61
- package/dist/types/src/Web.d.ts +3 -3
- package/dist/types/src/esbuildConfigs/rebuildPlugin.d.ts +6 -0
- package/dist/types/src/lib/abstractBase.d.ts +10 -16
- package/dist/types/src/lib/basebuilder.d.ts +3 -3
- package/dist/types/src/lib/classBuilder.d.ts +2 -2
- package/dist/types/src/lib/core.d.ts +2 -2
- package/dist/types/src/lib/index.d.ts +7 -6
- package/dist/types/src/lib/types.d.ts +8 -8
- package/dist/types/src/mothership/test.d.ts +2 -2
- package/dist/types/src/utils/buildTemplates.d.ts +3 -0
- package/dist/types/tsconfig.types.tsbuildinfo +1 -1
- package/docs/index.md +567 -0
- package/docs/style.md +116 -0
- package/docs.html +537 -0
- package/example.css +351 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Black.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Bold.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-ExtraBold.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Light.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Medium.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Regular.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/MPLUSRounded1c-Thin.ttf +0 -0
- package/fonts/M_PLUS_Rounded_1c/OFL.txt +91 -0
- package/index.html +245 -24
- package/logo.svg +72 -0
- package/package.json +11 -2
- package/scripts/compile-docs.js +89 -0
- package/src/CoreTypes.ts +152 -0
- package/src/Init.ts +4 -4
- package/src/Node.ts +13 -13
- package/src/PM/PM_WithEslintAndTsc.ts +46 -15
- package/src/PM/__tests__/nodeSidecar.testeranto.ts +13 -20
- package/src/PM/__tests__/pureSidecar.testeranto.ts +8 -15
- package/src/PM/__tests__/webSidecar.testeranto.ts +8 -15
- package/src/PM/index.ts +1 -1
- package/src/PM/main.ts +17 -16
- package/src/PM/node.ts +10 -10
- package/src/PM/nodeSidecar.ts +2 -2
- package/src/PM/pure.ts +0 -4
- package/src/Project.tsx +289 -292
- package/src/Pure.ts +13 -14
- package/src/PureSidecar.ts +1 -0
- package/src/TestReport.tsx +179 -165
- package/src/Types.ts +52 -151
- package/src/Web.ts +15 -14
- package/src/build.ts +22 -72
- package/src/defaultConfig.ts +2 -1
- package/src/esbuildConfigs/eslint-formatter-testeranto.ts +17 -1
- package/src/esbuildConfigs/node.ts +2 -18
- package/src/esbuildConfigs/pure.ts +2 -18
- package/src/esbuildConfigs/rebuildPlugin.ts +23 -0
- package/src/esbuildConfigs/web.ts +2 -18
- package/src/lib/BaseSuite.test.ts +457 -0
- package/src/lib/BaseSuite.ts +155 -0
- package/src/lib/abstractBase.ts +13 -163
- package/src/lib/basebuilder.ts +11 -11
- package/src/lib/classBuilder.ts +13 -7
- package/src/lib/core.ts +13 -17
- package/src/lib/index.ts +21 -24
- package/src/lib/types.ts +23 -9
- package/src/mothership/test.ts +13 -10
- package/src/run.ts +1 -1
- package/src/style.css +1 -1
- package/src/utils/buildTemplates.ts +88 -0
- package/style.css +496 -0
- package/testeranto/bundles/node/{mothership/chunk-V2EQEXU2.mjs → allTests/chunk-4PJCC2XT.mjs} +66 -59
- package/testeranto/bundles/node/allTests/metafile.json +4151 -0
- package/testeranto/bundles/node/allTests/src/PM/__tests__/nodeSidecar.testeranto.mjs +187 -0
- package/testeranto/bundles/node/{mothership → allTests}/src/PM/__tests__/pureSidecar.testeranto.mjs +1 -1
- package/testeranto/bundles/node/{mothership → allTests}/src/PM/__tests__/webSidecar.testeranto.mjs +1 -1
- package/testeranto/bundles/node/allTests/src/lib/BaseSuite.test.mjs +305 -0
- package/testeranto/bundles/node/{mothership → allTests}/src/mothership/test.mjs +1 -1
- package/testeranto/dev.html +29 -0
- package/testeranto/index.html +28 -27
- package/testeranto/reports/allTests/config.json +57 -0
- package/testeranto/reports/{mothership/index.html → allTests/dev.html} +2 -0
- package/testeranto/reports/allTests/index.html +26 -0
- package/testeranto/reports/{mothership/src/PM/__tests__/sidecar.testeranto/node/index.html → allTests/src/PM/__tests__/nodeSidecar.testeranto/node/dev.html} +4 -3
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/index.html +21 -0
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +80 -0
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/message +1 -0
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +28 -0
- package/testeranto/reports/{mothership/src/PM/__tests__/webSidecar.testeranto/node/index.html → allTests/src/PM/__tests__/pureSidecar.testeranto/node/dev.html} +4 -3
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/index.html +21 -0
- package/testeranto/reports/{mothership → allTests}/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json +12 -12
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/message +1 -0
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +32 -0
- package/testeranto/reports/{mothership/src/PM/__tests__/nodeSidecar.testeranto/node/index.html → allTests/src/PM/__tests__/webSidecar.testeranto/node/dev.html} +4 -3
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/index.html +21 -0
- package/testeranto/reports/{mothership → allTests}/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json +12 -12
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/message +1 -0
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +32 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt +35 -0
- package/testeranto/reports/{mothership/src/PM/__tests__/pureSidecar.testeranto/node/index.html → allTests/src/lib/BaseSuite.test/node/dev.html} +4 -3
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/index.html +21 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/lint_errors.json +608 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/message +1 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/prompt.txt +7 -0
- package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt +68 -0
- package/testeranto/reports/allTests/src/mothership/test/node/dev.html +21 -0
- package/testeranto/reports/allTests/src/mothership/test/node/index.html +21 -0
- package/testeranto/reports/allTests/src/mothership/test/node/message +1 -0
- package/testeranto/reports/allTests/src/mothership/test/node/prompt.txt +8 -0
- package/testeranto/reports/allTests/src/mothership/test/node/type_errors.txt +24 -0
- package/testeranto/reports/allTests/summary.json +37 -0
- package/testeranto.config.ts +16 -26
- package/tsc.log +66 -69
- package/.aider.tags.cache.v3/cache.db-shm +0 -0
- package/.aider.tags.cache.v3/cache.db-wal +0 -0
- package/dist/common/src/SP__Polygon.test.js +0 -10
- package/dist/module/src/ReportClient.js +0 -132
- package/dist/module/src/SP__Polygon.test.js +0 -8
- package/dist/prebuild/ReportClient.js +0 -3
- package/src/ReportClient.tsx +0 -164
- package/src/SP__Polygon.test.ts +0 -13
- package/testeranto/ReportClient.css +0 -11367
- package/testeranto/ReportClient.js +0 -24641
- package/testeranto/bundles/node/mothership/metafile.json +0 -389
- package/testeranto/bundles/node/mothership/src/PM/__tests__/nodeSidecar.testeranto.mjs +0 -1219
- package/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs +0 -1199
- package/testeranto/reports/mothership/config.json +0 -25
- package/testeranto/reports/mothership/src/PM/__tests__/nodeSidecar.testeranto/node/console_log.txt +0 -0
- package/testeranto/reports/mothership/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +0 -1564
- package/testeranto/reports/mothership/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +0 -22
- package/testeranto/reports/mothership/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +0 -35
- package/testeranto/reports/mothership/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +0 -12
- package/testeranto/reports/mothership/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +0 -26
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/bdd_errors.txt +0 -1
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/console_log.txt +0 -0
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/lint_errors.json +0 -1564
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/log.txt +0 -0
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/prompt.txt +0 -22
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/tests.json +0 -56
- package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/type_errors.txt +0 -29
- package/testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +0 -12
- package/testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +0 -26
- package/testeranto/reports/mothership/src/mothership/test/node/bdd_errors.txt +0 -1
- package/testeranto/reports/mothership/src/mothership/test/node/console_log.txt +0 -4
- package/testeranto/reports/mothership/src/mothership/test/node/index.html +0 -20
- package/testeranto/reports/mothership/src/mothership/test/node/log.txt +0 -0
- package/testeranto/reports/mothership/src/mothership/test/node/prompt.txt +0 -12
- package/testeranto/reports/mothership/src/mothership/test/node/tests.json +0 -24
- package/testeranto/reports/mothership/src/mothership/test/node/type_errors.txt +0 -18
- package/testeranto/reports/mothership/summary.json +0 -9
- /package/dist/{types/src/SP__Polygon.test.d.ts → module/src/CoreTypes.js} +0 -0
- /package/testeranto/bundles/node/{mothership → allTests}/chunk-PG6KUKNP.mjs +0 -0
- /package/testeranto/bundles/pure/{mothership → allTests}/metafile.json +0 -0
- /package/testeranto/bundles/web/{mothership → allTests}/metafile.json +0 -0
- /package/testeranto/reports/{mothership/src/PM/__tests__/nodeSidecar.testeranto → allTests/src/lib/BaseSuite.test}/node/log.txt +0 -0
- /package/testeranto/reports/{mothership → allTests}/src/mothership/test/node/lint_errors.json +0 -0
|
File without changes
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/add src/PM/nodeSidecar.ts
|
|
3
|
-
/add src/PM/sidecar.ts
|
|
4
|
-
/add src/lib/index.ts
|
|
5
|
-
/add src/lib/pmProxy.ts
|
|
6
|
-
/add src/lib/abstractBase.ts
|
|
7
|
-
/add src/lib/basebuilder.ts
|
|
8
|
-
/add src/lib/classBuilder.ts
|
|
9
|
-
/add src/lib/core.ts
|
|
10
|
-
/add src/PM/node.ts
|
|
11
|
-
/add src/PM/index.ts
|
|
12
|
-
/add src/Node.ts
|
|
13
|
-
/add src/PM/__tests__/sidecar.testeranto.ts
|
|
14
|
-
|
|
15
|
-
/read testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/lint_errors.json
|
|
16
|
-
/read testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/type_errors.txt
|
|
17
|
-
/read testeranto/reports/mothership/node/src/PM/__tests__/sidecar.testeranto/tests.json
|
|
18
|
-
|
|
19
|
-
/load testeranto/reports/mothership/node/src/PM/__tests__/sidecar.testeranto/featurePrompt.txt
|
|
20
|
-
|
|
21
|
-
/code Fix the failing tests described in testeranto/reports/mothership/node/src/PM/__tests__/sidecar.testeranto/tests.json. Correct any type signature errors described in the files testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/type_errors.txt. Implement any method which throws "Function not implemented. Resolve the lint errors described in testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/lint_errors.json"
|
|
22
|
-
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "Sidecar message passing works correctly",
|
|
3
|
-
"givens": [
|
|
4
|
-
{
|
|
5
|
-
"key": "basicSend",
|
|
6
|
-
"name": "SidecarReady",
|
|
7
|
-
"whens": [
|
|
8
|
-
{
|
|
9
|
-
"name": "SendTestMessage: test-message"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"thens": [
|
|
13
|
-
{
|
|
14
|
-
"name": "MessageReceived: test-message",
|
|
15
|
-
"error": false
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"error": [
|
|
19
|
-
{},
|
|
20
|
-
"ReferenceError: jest is not defined\n at Object.beforeEach (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1142:31)\n at Given.givenThat (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:756:36)\n at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:393:31)\n at Testeranto.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:316:34)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:566:19\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:594:29)\n at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1047:12)\n at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1063:15)"
|
|
21
|
-
],
|
|
22
|
-
"features": [
|
|
23
|
-
"can send and receive messages"
|
|
24
|
-
]
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"key": "cleanup",
|
|
28
|
-
"name": "SidecarReady",
|
|
29
|
-
"whens": [
|
|
30
|
-
{
|
|
31
|
-
"name": "VerifyCleanup: undefined"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"thens": [
|
|
35
|
-
{
|
|
36
|
-
"name": "ListenersCleaned: undefined",
|
|
37
|
-
"error": false
|
|
38
|
-
}
|
|
39
|
-
],
|
|
40
|
-
"error": [
|
|
41
|
-
{},
|
|
42
|
-
"ReferenceError: jest is not defined\n at Object.beforeEach (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1142:31)\n at Given.givenThat (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:756:36)\n at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:393:31)\n at Testeranto.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:316:34)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:566:19\n at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:594:29)\n at async NodeTesteranto.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1047:12)\n at async testeranto (file:///Users/adam/Code/testeranto/testeranto/bundles/node/mothership/src/PM/__tests__/sidecar.testeranto.mjs:1063:15)"
|
|
43
|
-
],
|
|
44
|
-
"features": [
|
|
45
|
-
"cleans up listeners after message"
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
],
|
|
49
|
-
"checks": [],
|
|
50
|
-
"fails": 2,
|
|
51
|
-
"failed": true,
|
|
52
|
-
"features": [
|
|
53
|
-
"can send and receive messages",
|
|
54
|
-
"cleans up listeners after message"
|
|
55
|
-
]
|
|
56
|
-
}
|
package/testeranto/reports/mothership/src/PM/__tests__/sidecar.testeranto/node/type_errors.txt
DELETED
|
@@ -1,29 +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 (99,28): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
5
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (46,11): 'whenCB' is of type 'unknown'.
|
|
6
|
-
/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 & { ...; }'.
|
|
7
|
-
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
|
|
8
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (66,13): Type '(x: any) => any' is not assignable to type 'string'.
|
|
9
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (81,7): Type '(event: string, callback: Function) => void' is not assignable to type '{ (event: "beforeExit", listener: BeforeExitListener): Process; (event: "disconnect", listener: DisconnectListener): Process; (event: "exit", listener: ExitListener): Process; (event: "rejectionHandled", listener: RejectionHandledListener): Process; (event: "uncaughtException", listener: UncaughtExceptionListener): ...'.
|
|
10
|
-
Type 'void' is not assignable to type 'Process'.
|
|
11
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (100,29): Variable 'callbackFn' is used before being assigned.
|
|
12
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (106,35): Type 'boolean' is not assignable to type 'Process'.
|
|
13
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (107,38): Type 'boolean' is not assignable to type 'Process'.
|
|
14
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (122,18): Property 'removeListenerCalled' does not exist on type 'PM'.
|
|
15
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (135,5): 'sidecar' is of type 'unknown'.
|
|
16
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/sidecar.testeranto.ts (144,13): 'whenCB' is of type 'unknown'.
|
|
17
|
-
/Users/adam/Code/testeranto/src/PM/nodeSidecar.ts (16,18): Cannot find namespace 'jest'.
|
|
18
|
-
/Users/adam/Code/testeranto/src/PM/nodeSidecar.ts (50,35): Cannot find name 'ITLog'.
|
|
19
|
-
/Users/adam/Code/testeranto/src/PM/nodeSidecar.ts (51,53): Cannot find name 'PassThrough'.
|
|
20
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (53,3): Property 'screencast' in type 'PM_Web' is not assignable to the same property in base type 'PM'.
|
|
21
|
-
Type '(o: ScreencastOptions, p: string | Page) => any' is not assignable to type '(o: ScreenRecorderOptions, p: string | Page) => any'.
|
|
22
|
-
Types of parameters 'p' and 'p' are incompatible.
|
|
23
|
-
Type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
24
|
-
Type 'Page' is not assignable to type 'string | Page'.
|
|
25
|
-
Type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
26
|
-
Property '#private' in type 'Page' refers to a different member that cannot be accessed from within type 'Page'.
|
|
27
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
28
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
29
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
package/testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/add src/PM/webSidecar.ts
|
|
3
|
-
/add src/PM/__tests__/webSidecar.testeranto.ts
|
|
4
|
-
|
|
5
|
-
/read testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json
|
|
6
|
-
/read testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt
|
|
7
|
-
/read testeranto/reports/mothership/node/src/PM/__tests__/webSidecar.testeranto/tests.json
|
|
8
|
-
|
|
9
|
-
/load testeranto/reports/mothership/node/src/PM/__tests__/webSidecar.testeranto/featurePrompt.txt
|
|
10
|
-
|
|
11
|
-
/code Fix the failing tests described in testeranto/reports/mothership/node/src/PM/__tests__/webSidecar.testeranto/tests.json. Correct any type signature errors described in the files testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt. Implement any method which throws "Function not implemented. Resolve the lint errors described in testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json"
|
|
12
|
-
|
package/testeranto/reports/mothership/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt
DELETED
|
@@ -1,26 +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 (99,28): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
5
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (46,11): 'whenCB' is of type 'unknown'.
|
|
6
|
-
/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 & { ...; }'.
|
|
7
|
-
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
|
|
8
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (66,13): Type '(x: any) => any' is not assignable to type 'string'.
|
|
9
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (81,7): Type '(event: string, callback: Function) => void' is not assignable to type '{ (event: "beforeExit", listener: BeforeExitListener): Process; (event: "disconnect", listener: DisconnectListener): Process; (event: "exit", listener: ExitListener): Process; (event: "rejectionHandled", listener: RejectionHandledListener): Process; (event: "uncaughtException", listener: UncaughtExceptionListener): ...'.
|
|
10
|
-
Type 'void' is not assignable to type 'Process'.
|
|
11
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (100,29): Variable 'callbackFn' is used before being assigned.
|
|
12
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (106,35): Type 'boolean' is not assignable to type 'Process'.
|
|
13
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (107,38): Type 'boolean' is not assignable to type 'Process'.
|
|
14
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (122,18): Property 'removeListenerCalled' does not exist on type 'PM'.
|
|
15
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (135,5): 'sidecar' is of type 'unknown'.
|
|
16
|
-
/Users/adam/Code/testeranto/src/PM/__tests__/webSidecar.testeranto.ts (144,13): 'whenCB' is of type 'unknown'.
|
|
17
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (53,3): Property 'screencast' in type 'PM_Web' is not assignable to the same property in base type 'PM'.
|
|
18
|
-
Type '(o: ScreencastOptions, p: string | Page) => any' is not assignable to type '(o: ScreenRecorderOptions, p: string | Page) => any'.
|
|
19
|
-
Types of parameters 'p' and 'p' are incompatible.
|
|
20
|
-
Type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
21
|
-
Type 'Page' is not assignable to type 'string | Page'.
|
|
22
|
-
Type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
23
|
-
Property '#private' in type 'Page' refers to a different member that cannot be accessed from within type 'Page'.
|
|
24
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
25
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
26
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
<!DOCTYPE html>
|
|
3
|
-
<html lang="en">
|
|
4
|
-
|
|
5
|
-
<head>
|
|
6
|
-
<meta name="description" content="Webpage description goes here" />
|
|
7
|
-
<meta charset="utf-8" />
|
|
8
|
-
<title>mothership - testeranto</title>
|
|
9
|
-
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
10
|
-
<meta name="author" content="" />
|
|
11
|
-
|
|
12
|
-
<link rel="stylesheet" href="../../../../../../TestReport.css" />
|
|
13
|
-
<script src="../../../../../../TestReport.js"></script>
|
|
14
|
-
|
|
15
|
-
</head>
|
|
16
|
-
|
|
17
|
-
<body>
|
|
18
|
-
<div id="root"/>
|
|
19
|
-
</body>
|
|
20
|
-
|
|
File without changes
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/add src/mothership/index.ts
|
|
3
|
-
/add src/mothership/test.ts
|
|
4
|
-
|
|
5
|
-
/read testeranto/reports/mothership/src/mothership/test/node/lint_errors.json
|
|
6
|
-
/read testeranto/reports/mothership/src/mothership/test/node/type_errors.txt
|
|
7
|
-
/read testeranto/reports/mothership/node/src/mothership/test/tests.json
|
|
8
|
-
|
|
9
|
-
/load testeranto/reports/mothership/node/src/mothership/test/featurePrompt.txt
|
|
10
|
-
|
|
11
|
-
/code Fix the failing tests described in testeranto/reports/mothership/node/src/mothership/test/tests.json. Correct any type signature errors described in the files testeranto/reports/mothership/src/mothership/test/node/type_errors.txt. Implement any method which throws "Function not implemented. Resolve the lint errors described in testeranto/reports/mothership/src/mothership/test/node/lint_errors.json"
|
|
12
|
-
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "the mothership allows the coordination of test resources",
|
|
3
|
-
"givens": [
|
|
4
|
-
{
|
|
5
|
-
"key": "test0",
|
|
6
|
-
"name": "ItIsRunning",
|
|
7
|
-
"whens": [
|
|
8
|
-
{
|
|
9
|
-
"name": "IClaimTheResource: test"
|
|
10
|
-
}
|
|
11
|
-
],
|
|
12
|
-
"thens": [],
|
|
13
|
-
"error": null,
|
|
14
|
-
"features": [
|
|
15
|
-
"a resource can be claimed"
|
|
16
|
-
]
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"checks": [],
|
|
20
|
-
"fails": 0,
|
|
21
|
-
"features": [
|
|
22
|
-
"a resource can be claimed"
|
|
23
|
-
]
|
|
24
|
-
}
|
|
@@ -1,18 +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 (99,28): A spread argument must either have a tuple type or be passed to a rest parameter.
|
|
5
|
-
/Users/adam/Code/testeranto/src/lib/index.ts (46,11): 'whenCB' is of type 'unknown'.
|
|
6
|
-
/Users/adam/Code/testeranto/src/mothership/test.ts (72,13): Type '(x: any) => any' is not assignable to type 'string'.
|
|
7
|
-
/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 & { ...; }'.
|
|
8
|
-
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
|
|
9
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (53,3): Property 'screencast' in type 'PM_Web' is not assignable to the same property in base type 'PM'.
|
|
10
|
-
Type '(o: ScreencastOptions, p: string | Page) => any' is not assignable to type '(o: ScreenRecorderOptions, p: string | Page) => any'.
|
|
11
|
-
Types of parameters 'p' and 'p' are incompatible.
|
|
12
|
-
Type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'string | import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
13
|
-
Type 'Page' is not assignable to type 'string | Page'.
|
|
14
|
-
Type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/types").Page' is not assignable to type 'import("/Users/adam/Code/testeranto/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page").Page'.
|
|
15
|
-
Property '#private' in type 'Page' refers to a different member that cannot be accessed from within type 'Page'.
|
|
16
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
|
|
17
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
|
|
18
|
-
/Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"./src/PM/__tests__/nodeSidecar.testeranto.ts": {
|
|
3
|
-
"runTimeError": "?",
|
|
4
|
-
"typeErrors": 32,
|
|
5
|
-
"staticErrors": 4,
|
|
6
|
-
"prompt": "aider --model deepseek/deepseek-chat --load testeranto/mothership/reports/node/./src/PM/__tests__/nodeSidecar.testeranto/prompt.txt",
|
|
7
|
-
"failingFeatures": {}
|
|
8
|
-
}
|
|
9
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/testeranto/reports/{mothership → allTests}/src/mothership/test/node/lint_errors.json
RENAMED
|
File without changes
|