testeranto 0.143.0 → 0.146.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/.aider.chat.history.md +1833 -0
  2. package/.aider.input.history +105 -0
  3. package/.aider.tags.cache.v3/{be/72/19ee8e656d160afe9b31523245fe.val → 06/1a/1ec9fd1f595d4b36094caef45894.val} +0 -0
  4. package/.aider.tags.cache.v3/{63/f1/138061b0aadb868173d197c2a0e0.val → 0f/f6/f42b5108253d75de3cb6286df7f6.val} +0 -0
  5. package/.aider.tags.cache.v3/cache.db +0 -0
  6. package/README.md +15 -16
  7. package/dist/tsconfig.tsbuildinfo +1 -1
  8. package/docs/index.md +45 -33
  9. package/package.json +1 -1
  10. package/src/Node.ts +17 -13
  11. package/src/PM/PM_WithEslintAndTsc.ts +71 -69
  12. package/src/PM/main.ts +182 -92
  13. package/src/PM/node.ts +1 -15
  14. package/src/PM/nodeSidecar.ts +0 -1
  15. package/src/Pure.ts +20 -2
  16. package/src/Types.ts +5 -5
  17. package/src/Web.ts +1 -1
  18. package/src/build.ts +0 -1
  19. package/src/esbuildConfigs/consoleDetectorPlugin.ts +28 -14
  20. package/src/esbuildConfigs/nativeImportDetectorPlugin.ts +26 -0
  21. package/src/esbuildConfigs/pure.ts +3 -1
  22. package/src/esbuildConfigs/rebuildPlugin.ts +1 -4
  23. package/src/lib/BaseSuite.test/node.test.ts +12 -0
  24. package/src/lib/BaseSuite.test/pure.test.ts +12 -0
  25. package/src/lib/{BaseSuite.test.ts → BaseSuite.test/test.ts} +20 -30
  26. package/src/lib/BaseSuite.test/web.test.ts +12 -0
  27. package/src/lib/BaseSuite.ts +17 -15
  28. package/src/lib/abstractBase.ts +0 -2
  29. package/src/lib/baseBuilder.test/baseBuilder.test.implementation.ts +2 -1
  30. package/src/lib/baseBuilder.test/baseBuilder.test.node.ts +14 -0
  31. package/src/lib/baseBuilder.test/baseBuilder.test.pure.ts +14 -0
  32. package/src/lib/baseBuilder.test/{baseBuilder.test.ts → baseBuilder.test.web.ts} +2 -1
  33. package/src/lib/basebuilder.ts +2 -1
  34. package/src/lib/classBuilder.test/classBuilder.test.implementation.ts +6 -2
  35. package/src/lib/classBuilder.test/classBuilder.test.interface.ts +1 -0
  36. package/src/lib/classBuilder.test/classBuilder.test.specification.ts +5 -4
  37. package/src/lib/classBuilder.test/classBuilder.test.types.ts +17 -5
  38. package/src/lib/core.ts +0 -10
  39. package/src/lib/pmProxy.test/interface.ts +0 -1
  40. package/src/run.ts +7 -7
  41. package/testeranto/bundles/node/allTests/{chunk-RX4SUFXQ.mjs → chunk-NQBTLMSG.mjs} +15 -12
  42. package/testeranto/bundles/node/allTests/{chunk-UED26IMH.mjs → chunk-RF3LIUSG.mjs} +196 -233
  43. package/testeranto/bundles/node/allTests/{chunk-KYSOR62N.mjs → chunk-YZWFKYY3.mjs} +6 -2
  44. package/testeranto/bundles/node/allTests/metafile.json +294 -4083
  45. package/testeranto/bundles/node/allTests/src/lib/{BaseSuite.test.mjs → BaseSuite.test/node.test.mjs} +9 -7
  46. package/testeranto/bundles/node/allTests/src/lib/baseBuilder.test/{baseBuilder.test.mjs → baseBuilder.test.node.mjs} +8 -8
  47. package/testeranto/bundles/node/allTests/src/lib/classBuilder.test/classBuilder.test.mjs +8 -6
  48. package/testeranto/bundles/node/allTests/src/lib/core.test/core.test.mjs +2 -2
  49. package/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs +114 -6
  50. package/testeranto/bundles/{node/allTests/chunk-2FXOXAKZ.mjs → pure/allTests/chunk-W22WOQNK.mjs} +377 -256
  51. package/testeranto/bundles/pure/allTests/metafile.json +732 -3
  52. package/testeranto/bundles/{node → pure}/allTests/src/Pure.test.mjs +113 -5
  53. package/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs +323 -0
  54. package/testeranto/bundles/pure/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure.mjs +224 -0
  55. package/testeranto/bundles/{node/allTests/chunk-DWKHII32.mjs → web/allTests/chunk-FIZ3WLUB.mjs} +439 -296
  56. package/testeranto/bundles/web/allTests/metafile.json +1133 -2
  57. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.html +19 -0
  58. package/testeranto/bundles/web/allTests/src/lib/BaseSuite.test/web.test.mjs +322 -0
  59. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.html +19 -0
  60. package/testeranto/bundles/web/allTests/src/lib/baseBuilder.test/baseBuilder.test.web.mjs +10964 -0
  61. package/testeranto/index.html +1 -1
  62. package/testeranto/reports/allTests/config.json +25 -25
  63. package/testeranto/reports/allTests/index.html +1 -1
  64. package/testeranto/reports/allTests/src/Pure.test/pure/lint_errors.json +1539 -0
  65. package/testeranto/reports/allTests/src/Pure.test/pure/logs.txt +11 -0
  66. package/testeranto/reports/allTests/src/Pure.test/pure/message +1 -0
  67. package/testeranto/reports/allTests/src/Pure.test/pure/prompt.txt +8 -0
  68. package/testeranto/reports/allTests/src/Pure.test/{node → pure}/type_errors.txt +15 -5
  69. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/lint_errors.json +620 -0
  70. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/logs.txt +12 -0
  71. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/message +1 -0
  72. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/prompt.txt +8 -0
  73. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node.test/node/type_errors.txt +94 -0
  74. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/lint_errors.json +620 -0
  75. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/logs.txt +11 -0
  76. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/message +1 -0
  77. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/prompt.txt +8 -0
  78. package/testeranto/reports/allTests/src/lib/BaseSuite.test/pure.test/pure/type_errors.txt +104 -0
  79. package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node → web.test/web}/lint_errors.json +119 -107
  80. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/logs.txt +10 -0
  81. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/message +1 -0
  82. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/prompt.txt +8 -0
  83. package/testeranto/reports/allTests/src/lib/BaseSuite.test/web.test/web/type_errors.txt +95 -0
  84. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/lint_errors.json +966 -0
  85. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/message +1 -0
  86. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.node/node/prompt.txt +11 -0
  87. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test → baseBuilder.test.node}/node/type_errors.txt +22 -17
  88. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/bdd_errors.txt +1 -0
  89. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/lint_errors.json +966 -0
  90. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/message +1 -0
  91. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/prompt.txt +11 -0
  92. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/tests.json +57 -0
  93. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.pure/pure/type_errors.txt +57 -0
  94. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/bdd_errors.txt +1 -0
  95. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/dev.html +21 -0
  96. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/index.html +21 -0
  97. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/lint_errors.json +61 -61
  98. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/message +1 -0
  99. package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node → baseBuilder.test.web/web}/prompt.txt +6 -6
  100. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/tests.json +57 -0
  101. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test.web/web/type_errors.txt +48 -0
  102. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/index.html +1 -1
  103. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/lint_errors.json +106 -86
  104. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/logs.txt +12 -0
  105. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/message +1 -1
  106. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/prompt.txt +2 -2
  107. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/type_errors.txt +26 -38
  108. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/index.html +1 -1
  109. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/{console_log.txt → logs.txt} +8 -8
  110. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/message +1 -1
  111. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/prompt.txt +1 -1
  112. package/testeranto/reports/allTests/src/lib/core.test/core.test/node/type_errors.txt +12 -1
  113. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/index.html +1 -1
  114. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.json +1413 -8
  115. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt +30 -0
  116. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/message +1 -1
  117. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/prompt.txt +2 -1
  118. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt +5 -5
  119. package/testeranto/reports/allTests/summary.json +48 -83
  120. package/testeranto.config.ts +32 -24
  121. package/tsc.log +273 -27
  122. package/.aider.tags.cache.v3/cache.db-shm +0 -0
  123. package/.aider.tags.cache.v3/cache.db-wal +0 -0
  124. package/testeranto/bundles/node/allTests/chunk-4PJCC2XT.mjs +0 -1039
  125. package/testeranto/bundles/node/allTests/chunk-5MQGD4WC.mjs +0 -251
  126. package/testeranto/bundles/node/allTests/chunk-6CGAD2FD.mjs +0 -800
  127. package/testeranto/bundles/node/allTests/chunk-PG6KUKNP.mjs +0 -44
  128. package/testeranto/bundles/node/allTests/chunk-PRPFVO6G.mjs +0 -251
  129. package/testeranto/bundles/node/allTests/chunk-VAAIAWXC.mjs +0 -117
  130. package/testeranto/bundles/node/allTests/chunk-W44DUDBK.mjs +0 -251
  131. package/testeranto/bundles/node/allTests/chunk-YI3EGRMQ.mjs +0 -167
  132. package/testeranto/bundles/node/allTests/src/PM/__tests__/nodeSidecar.testeranto.mjs +0 -188
  133. package/testeranto/bundles/node/allTests/src/PM/__tests__/pureSidecar.testeranto.mjs +0 -157
  134. package/testeranto/bundles/node/allTests/src/PM/__tests__/webSidecar.testeranto.mjs +0 -157
  135. package/testeranto/bundles/node/allTests/src/mothership/test.mjs +0 -24413
  136. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/index.html +0 -21
  137. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/lint_errors.json +0 -80
  138. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/message +0 -1
  139. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/prompt.txt +0 -8
  140. package/testeranto/reports/allTests/src/PM/__tests__/nodeSidecar.testeranto/node/type_errors.txt +0 -28
  141. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/index.html +0 -21
  142. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/lint_errors.json +0 -80
  143. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/message +0 -1
  144. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/prompt.txt +0 -8
  145. package/testeranto/reports/allTests/src/PM/__tests__/pureSidecar.testeranto/node/type_errors.txt +0 -32
  146. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/index.html +0 -21
  147. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/lint_errors.json +0 -80
  148. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/message +0 -1
  149. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/prompt.txt +0 -8
  150. package/testeranto/reports/allTests/src/PM/__tests__/webSidecar.testeranto/node/type_errors.txt +0 -32
  151. package/testeranto/reports/allTests/src/Pure.test/node/console_log.txt +0 -17
  152. package/testeranto/reports/allTests/src/Pure.test/node/index.html +0 -21
  153. package/testeranto/reports/allTests/src/Pure.test/node/lint_errors.json +0 -134
  154. package/testeranto/reports/allTests/src/Pure.test/node/message +0 -1
  155. package/testeranto/reports/allTests/src/Pure.test/node/prompt.txt +0 -7
  156. package/testeranto/reports/allTests/src/lib/BaseGiven.test/node/index.html +0 -21
  157. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/console_log.txt +0 -35
  158. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/index.html +0 -21
  159. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/message +0 -1
  160. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/prompt.txt +0 -7
  161. package/testeranto/reports/allTests/src/lib/BaseSuite.test/node/type_errors.txt +0 -93
  162. package/testeranto/reports/allTests/src/lib/BaseThen.test/node/index.html +0 -21
  163. package/testeranto/reports/allTests/src/lib/BaseWhen.test/node/index.html +0 -21
  164. package/testeranto/reports/allTests/src/lib/abstractBase/index/node/index.html +0 -21
  165. package/testeranto/reports/allTests/src/lib/baseBuilder/baseBuilder.test/node/index.html +0 -21
  166. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/console_log.txt +0 -12
  167. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/index.html +0 -21
  168. package/testeranto/reports/allTests/src/lib/baseBuilder.test/baseBuilder.test/node/message +0 -1
  169. package/testeranto/reports/allTests/src/lib/classBuilder.test/classBuilder.test/node/console_log.txt +0 -17
  170. package/testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt +0 -43
  171. package/testeranto/reports/allTests/src/mothership/test/node/console_log.txt +0 -44
  172. package/testeranto/reports/allTests/src/mothership/test/node/index.html +0 -21
  173. package/testeranto/reports/allTests/src/mothership/test/node/lint_errors.json +0 -1
  174. package/testeranto/reports/allTests/src/mothership/test/node/message +0 -1
  175. package/testeranto/reports/allTests/src/mothership/test/node/prompt.txt +0 -8
  176. package/testeranto/reports/allTests/src/mothership/test/node/type_errors.txt +0 -24
  177. package/testeranto/reportsnode_build_errors +0 -12
  178. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → Pure.test/pure}/dev.html +0 -0
  179. /package/testeranto/reports/allTests/src/{PM/__tests__/pureSidecar.testeranto/node/dev.html → Pure.test/pure/index.html} +0 -0
  180. /package/testeranto/reports/allTests/src/{PM/__tests__/webSidecar.testeranto → lib/BaseSuite.test/node.test}/node/dev.html +0 -0
  181. /package/testeranto/reports/allTests/src/{Pure.test/node/dev.html → lib/BaseSuite.test/node.test/node/index.html} +0 -0
  182. /package/testeranto/reports/allTests/src/lib/{BaseGiven.test/node → BaseSuite.test/pure.test/pure}/dev.html +0 -0
  183. /package/testeranto/reports/allTests/src/lib/BaseSuite.test/{node/dev.html → pure.test/pure/index.html} +0 -0
  184. /package/testeranto/reports/allTests/src/lib/{BaseThen.test/node → BaseSuite.test/web.test/web}/dev.html +0 -0
  185. /package/testeranto/reports/allTests/src/lib/{BaseWhen.test/node/dev.html → BaseSuite.test/web.test/web/index.html} +0 -0
  186. /package/testeranto/reports/allTests/src/lib/{abstractBase/index → baseBuilder.test/baseBuilder.test.node}/node/dev.html +0 -0
  187. /package/testeranto/reports/allTests/src/lib/baseBuilder.test/{baseBuilder.test/node/dev.html → baseBuilder.test.node/node/index.html} +0 -0
  188. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node/console_log.txt → lib/baseBuilder.test/baseBuilder.test.node/node/logs.txt} +0 -0
  189. /package/testeranto/reports/allTests/src/lib/{baseBuilder/baseBuilder.test/node → baseBuilder.test/baseBuilder.test.pure/pure}/dev.html +0 -0
  190. /package/testeranto/reports/allTests/src/{mothership/test/node/dev.html → lib/baseBuilder.test/baseBuilder.test.pure/pure/index.html} +0 -0
  191. /package/testeranto/reports/allTests/src/{PM/__tests__/nodeSidecar.testeranto/node → lib/baseBuilder.test/baseBuilder.test.pure/pure}/log.txt +0 -0
  192. /package/testeranto/reports/allTests/src/lib/{BaseSuite.test/node → baseBuilder.test/baseBuilder.test.web/web}/log.txt +0 -0
  193. /package/testeranto/reports/allTests/src/{mothership/test/node/log.txt → lib/baseBuilder.test/baseBuilder.test.web/web/logs.txt} +0 -0
@@ -0,0 +1,30 @@
1
+ stdout > mark4
2
+ args [
3
+ '/Users/adam/.nvm/versions/node/v20.4.0/bin/node',
4
+ '/Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs',
5
+ '{"name":"src/lib/pmProxy.test/index.ts","ports":[],"fs":"testeranto/reports/allTests/src/lib/pmProxy.test/index/node","browserWSEndpoint":"ws://127.0.0.1:3234/devtools/browser/3bc6c3d8-8947-40e9-96c7-53ef79166410"}',
6
+ '/tmp/tpipe_0.6565458683998961'
7
+ ]
8
+ receiveTestResourceConfig {"name":"src/lib/pmProxy.test/index.ts","ports":[],"fs":"testeranto/reports/allTests/src/lib/pmProxy.test/index/node","browserWSEndpoint":"ws://127.0.0.1:3234/devtools/browser/3bc6c3d8-8947-40e9-96c7-53ef79166410"}
9
+ stderr > Given error 1: TypeError: store.butThenProxy is not a function
10
+ at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:137:31)
11
+ at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:606:29
12
+ at Object.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:4313:12)
13
+ at Then.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:715:42)
14
+ at Then.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:601:17)
15
+ at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:533:34)
16
+ at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
17
+ at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:393:20)
18
+ at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:182:19
19
+ at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:210:29)
20
+ goodbye node with caught error TypeError: store.butThenProxy is not a function
21
+ at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:137:31)
22
+ at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:606:29
23
+ at Object.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:4313:12)
24
+ at Then.butThen (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:715:42)
25
+ at Then.test (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:601:17)
26
+ at Given.give (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:533:34)
27
+ at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
28
+ at async TesterantoCore.constructor.run (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:393:20)
29
+ at async file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:182:19
30
+ at async Object.receiveTestResourceConfig (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:210:29)
@@ -1 +1 @@
1
- Fix the failing tests described in testeranto/reports/allTests/src/lib/pmProxy.test/index/node/tests.json and testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
1
+ Fix the failing tests described in testeranto/reports/allTests/src/lib/pmProxy.test/index/node/tests.json and testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt. DO NOT refactor beyond what is necessary. Always prefer minimal changes, focusing mostly on keeping the BDD tests passing
@@ -1,10 +1,11 @@
1
1
 
2
+ /add src/lib/pmProxy.test/mockPMBase.ts
2
3
  /add src/lib/pmProxy.test/implementation.ts
3
4
  /add src/lib/pmProxy.test/specification.ts
4
5
  /add src/lib/pmProxy.test/interface.ts
5
6
  /add src/lib/pmProxy.test/index.ts
6
7
 
7
8
  /read testeranto/reports/allTests/src/lib/pmProxy.test/index/node/tests.json
8
- /read testeranto/reports/allTests/src/lib/pmProxy.test/index/node/console_log.txt
9
+ /read testeranto/reports/allTests/src/lib/pmProxy.test/index/node/logs.txt
9
10
  /read testeranto/reports/allTests/src/lib/pmProxy.test/index/node/type_errors.txt
10
11
  /read testeranto/reports/allTests/src/lib/pmProxy.test/index/node/lint_errors.json
@@ -43,11 +43,11 @@
43
43
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (22,3): Type '(store: { butThenProxy: import("/Users/adam/Code/testeranto/src/lib/pmProxy").IProxy; }, whenCB: (...args: any[]) => (proxies: { butThenProxy: import("/Users/adam/Code/testeranto/src/lib/pmProxy").IProxy; }) => { ...; }, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestResourceConfiguration, p...' is not assignable to type '(store: { butThenProxy: import("/Users/adam/Code/testeranto/src/lib/pmProxy").IProxy; }, whenCB: (...args: any[]) => (proxies: { butThenProxy: import("/Users/adam/Code/testeranto/src/lib/pmProxy").IProxy; }) => { ...; }, testResource: import("/Users/adam/Code/testeranto/src/lib/index").ITTestResourceConfiguration, p...'. Two different types with this name exist, but they are unrelated.
44
44
  Type 'Promise<(proxies: { butThenProxy: IProxy; }) => { butThenProxy: IProxy; }>' is not assignable to type 'Promise<{ butThenProxy: IProxy; }>'.
45
45
  Type '(proxies: { butThenProxy: IProxy; }) => { butThenProxy: IProxy; }' is not assignable to type '{ butThenProxy: IProxy; }'.
46
- /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (30,12): This expression is not callable.
46
+ /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (29,12): This expression is not callable.
47
47
  Type '[IPM, "string"]' has no call signatures.
48
- /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (35,3): Type '(input: any, testResource: any, pm: any, theGivenString: any) => Promise<{ beforeEachProxy: any; }>' is not assignable to type '(input: { butThenProxy: IProxy; }, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<{ proxies: ITestProxies; filepath: string; mockPm: IPM; }>'.
48
+ /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (34,3): Type '(input: any, testResource: any, pm: any, theGivenString: any) => Promise<{ beforeEachProxy: any; }>' is not assignable to type '(input: { butThenProxy: IProxy; }, testResource: ITTestResourceConfiguration, pm: IPM) => Promise<{ proxies: ITestProxies; filepath: string; mockPm: IPM; }>'.
49
49
  Target signature provides too few arguments. Expected 4 or more, but got 3.
50
- /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (44,3): Type '(returnedFilePath: any, expectation: any) => void' is not assignable to type '(x: [IPM, "string"]) => any'.
50
+ /Users/adam/Code/testeranto/src/lib/pmProxy.test/interface.ts (43,3): Type '(returnedFilePath: any, expectation: any) => void' is not assignable to type '(x: [IPM, "string"]) => any'.
51
51
  Target signature provides too few arguments. Expected 2 or more, but got 1.
52
52
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/specification.ts (11,9): Expected 3 arguments, but got 2.
53
53
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/specification.ts (59,9): Expected 3 arguments, but got 2.
@@ -56,9 +56,9 @@
56
56
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/specification.ts (103,14): Property 'verifyContent' does not exist on type 'ThenSpecification<I, O>'.
57
57
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/specification.ts (109,9): Expected 3 arguments, but got 2.
58
58
  /Users/adam/Code/testeranto/src/lib/pmProxy.test/specification.ts (119,52): Argument of type 'undefined' is not assignable to parameter of type 'string'.
59
- /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 & { ...; }'.
59
+ /Users/adam/Code/testeranto/src/Node.ts (36,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 & { ...; }'.
60
60
  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
61
- /Users/adam/Code/testeranto/src/Node.ts (58,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
61
+ /Users/adam/Code/testeranto/src/Node.ts (61,26): Cannot find name 'INodeTestInterface'. Did you mean 'ITestInterface'?
62
62
  /Users/adam/Code/testeranto/src/PM/web.ts (56,12): Cannot find name 'opts'.
63
63
  /Users/adam/Code/testeranto/src/PM/web.ts (57,57): Cannot find name 'opts'.
64
64
  /Users/adam/Code/testeranto/src/PM/web.ts (59,7): Cannot find name 'page'. Did you mean the instance member 'this.page'?
@@ -1,107 +1,72 @@
1
1
  {
2
- "src/Pure.test.ts": {
3
- "typeErrors": "?",
4
- "staticErrors": "?",
5
- "runTimeError": 1,
6
- "prompt": "?",
7
- "failingFeatures": {}
8
- },
9
- "src/lib/pmProxy.test/index.ts": {
10
- "typeErrors": "?",
11
- "staticErrors": "?",
12
- "runTimeError": 255,
13
- "prompt": "?",
14
- "failingFeatures": {}
15
- },
16
- "src/lib/core.test/core.test.ts": {
17
- "typeErrors": "?",
18
- "staticErrors": "?",
19
- "runTimeError": "?",
20
- "prompt": "?",
2
+ "src/lib/BaseSuite.test/node.test.ts": {
3
+ "typeErrors": 57,
4
+ "staticErrors": 2,
5
+ "runTimeErrors": -1,
6
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/BaseSuite.test/node.test/prompt.txt",
21
7
  "failingFeatures": {}
22
8
  },
23
- "src/lib/classBuilder.test/classBuilder.test.ts": {
24
- "typeErrors": "?",
25
- "staticErrors": "?",
26
- "runTimeError": "?",
27
- "prompt": "?",
28
- "failingFeatures": {}
29
- },
30
- "src/lib/baseBuilder.test/baseBuilder.test.ts": {
31
- "typeErrors": "?",
32
- "staticErrors": "?",
33
- "runTimeError": "?",
34
- "prompt": "?",
9
+ "src/lib/BaseSuite.test/pure.test.ts": {
10
+ "typeErrors": 58,
11
+ "staticErrors": 2,
12
+ "runTimeErrors": -1,
13
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/pure/src/lib/BaseSuite.test/pure.test/prompt.txt",
35
14
  "failingFeatures": {}
36
15
  },
37
- "./src/lib/BaseSuite.test.ts": {
38
- "typeErrors": 56,
39
- "staticErrors": 1,
40
- "runTimeError": "?",
41
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/lib/BaseSuite.test/prompt.txt",
16
+ "src/lib/BaseSuite.test/web.test.ts": {
17
+ "typeErrors": 58,
18
+ "staticErrors": 2,
19
+ "runTimeErrors": -1,
20
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/web/src/lib/BaseSuite.test/web.test/prompt.txt",
42
21
  "failingFeatures": {}
43
22
  },
44
- "./src/mothership/test.ts": {
23
+ "src/Pure.test.ts": {
45
24
  "typeErrors": 14,
46
- "staticErrors": 0,
47
- "runTimeError": "?",
48
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/mothership/test/prompt.txt",
49
- "failingFeatures": {}
50
- },
51
- "./src/PM/__tests__/nodeSidecar.testeranto.ts": {
52
- "typeErrors": 18,
53
- "staticErrors": 1,
54
- "runTimeError": "?",
55
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/PM/__tests__/nodeSidecar.testeranto/prompt.txt",
56
- "failingFeatures": {}
57
- },
58
- "./src/PM/__tests__/pureSidecar.testeranto.ts": {
59
- "typeErrors": 21,
60
- "staticErrors": 1,
61
- "runTimeError": "?",
62
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/PM/__tests__/pureSidecar.testeranto/prompt.txt",
25
+ "staticErrors": 2,
26
+ "runTimeErrors": -1,
27
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/pure/src/Pure.test/prompt.txt",
63
28
  "failingFeatures": {}
64
29
  },
65
- "./src/PM/__tests__/webSidecar.testeranto.ts": {
66
- "typeErrors": 21,
67
- "staticErrors": 1,
68
- "runTimeError": "?",
69
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/PM/__tests__/webSidecar.testeranto/prompt.txt",
30
+ "src/lib/pmProxy.test/index.ts": {
31
+ "typeErrors": 35,
32
+ "staticErrors": 5,
33
+ "runTimeErrors": -1,
34
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/pmProxy.test/index/prompt.txt",
70
35
  "failingFeatures": {}
71
36
  },
72
- "./src/Pure.test.ts": {
73
- "typeErrors": 12,
74
- "staticErrors": 1,
75
- "runTimeError": "?",
76
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/Pure.test/prompt.txt",
37
+ "src/lib/core.test/core.test.ts": {
38
+ "typeErrors": 41,
39
+ "staticErrors": 4,
40
+ "runTimeErrors": 1,
41
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/core.test/core.test/prompt.txt",
77
42
  "failingFeatures": {}
78
43
  },
79
- "./src/lib/pmProxy.test/index.ts": {
80
- "typeErrors": 35,
81
- "staticErrors": 4,
82
- "runTimeError": "?",
83
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/lib/pmProxy.test/index/prompt.txt",
44
+ "src/lib/classBuilder.test/classBuilder.test.ts": {
45
+ "typeErrors": 38,
46
+ "staticErrors": 3,
47
+ "runTimeErrors": -1,
48
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/classBuilder.test/classBuilder.test/prompt.txt",
84
49
  "failingFeatures": {}
85
50
  },
86
- "./src/lib/core.test/core.test.ts": {
87
- "typeErrors": 39,
88
- "staticErrors": 4,
89
- "runTimeError": "?",
90
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/lib/core.test/core.test/prompt.txt",
51
+ "src/lib/baseBuilder.test/baseBuilder.test.node.ts": {
52
+ "typeErrors": 29,
53
+ "staticErrors": 5,
54
+ "runTimeErrors": 0,
55
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/src/lib/baseBuilder.test/baseBuilder.test.node/prompt.txt",
91
56
  "failingFeatures": {}
92
57
  },
93
- "./src/lib/baseBuilder.test/baseBuilder.test.ts": {
94
- "typeErrors": 33,
58
+ "src/lib/baseBuilder.test/baseBuilder.test.pure.ts": {
59
+ "typeErrors": 29,
95
60
  "staticErrors": 5,
96
- "runTimeError": "?",
97
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/lib/baseBuilder.test/baseBuilder.test/prompt.txt",
61
+ "runTimeErrors": 0,
62
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/pure/src/lib/baseBuilder.test/baseBuilder.test.pure/prompt.txt",
98
63
  "failingFeatures": {}
99
64
  },
100
- "./src/lib/classBuilder.test/classBuilder.test.ts": {
101
- "typeErrors": 50,
102
- "staticErrors": 3,
103
- "runTimeError": "?",
104
- "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/node/./src/lib/classBuilder.test/classBuilder.test/prompt.txt",
65
+ "src/lib/baseBuilder.test/baseBuilder.test.web.ts": {
66
+ "typeErrors": 29,
67
+ "staticErrors": 5,
68
+ "runTimeErrors": 0,
69
+ "prompt": "aider --model deepseek/deepseek-chat --load testeranto/allTests/reports/web/src/lib/baseBuilder.test/baseBuilder.test.web/prompt.txt",
105
70
  "failingFeatures": {}
106
71
  }
107
72
  }
@@ -4,46 +4,53 @@ const config: IProject = {
4
4
  projects: {
5
5
  allTests: {
6
6
  tests: [
7
- ["src/Pure.test.ts", "node", { ports: 1 }, []],
8
- ["src/lib/pmProxy.test/index.ts", "node", { ports: 1 }, []],
9
- ["src/lib/core.test/core.test.ts", "node", { ports: 1 }, []],
10
-
7
+ ["src/lib/BaseSuite.test/node.test.ts", "node", { ports: 0 }, []],
8
+ ["src/lib/BaseSuite.test/pure.test.ts", "pure", { ports: 0 }, []],
9
+ ["src/lib/BaseSuite.test/web.test.ts", "web", { ports: 0 }, []],
10
+ ["src/Pure.test.ts", "pure", { ports: 0 }, []],
11
+ ["src/lib/pmProxy.test/index.ts", "node", { ports: 0 }, []],
12
+ ["src/lib/core.test/core.test.ts", "node", { ports: 0 }, []],
11
13
  [
12
14
  "src/lib/classBuilder.test/classBuilder.test.ts",
13
15
  "node",
14
- { ports: 1 },
15
- [],
16
- ],
17
-
18
- [
19
- "src/lib/baseBuilder.test/baseBuilder.test.ts",
20
- "node",
21
- { ports: 1 },
16
+ { ports: 0 },
22
17
  [],
23
18
  ],
24
- ["./src/lib/BaseSuite.test.ts", "node", { ports: 1 }, []],
25
- // ["./src/lib/abstractBase/index.ts", "node", { ports: 1 }, []],
26
-
27
- ["./src/mothership/test.ts", "node", { ports: 1 }, []],
28
19
 
29
20
  [
30
- "./src/PM/__tests__/nodeSidecar.testeranto.ts",
21
+ "src/lib/baseBuilder.test/baseBuilder.test.node.ts",
31
22
  "node",
32
- { ports: 1 },
23
+ { ports: 0 },
33
24
  [],
34
25
  ],
35
26
  [
36
- "./src/PM/__tests__/pureSidecar.testeranto.ts",
37
- "node",
38
- { ports: 1 },
27
+ "src/lib/baseBuilder.test/baseBuilder.test.pure.ts",
28
+ "pure",
29
+ { ports: 0 },
39
30
  [],
40
31
  ],
41
32
  [
42
- "./src/PM/__tests__/webSidecar.testeranto.ts",
43
- "node",
44
- { ports: 1 },
33
+ "src/lib/baseBuilder.test/baseBuilder.test.web.ts",
34
+ "web",
35
+ { ports: 0 },
45
36
  [],
46
37
  ],
38
+
39
+ // ["src/mothership/test.ts", "node", { ports: 0 }, []],
40
+ // ["./src/lib/abstractBase/index.ts", "node", { ports: 0 }, []],
41
+ // [
42
+ // "src/PM/__tests__/nodeSidecar.testeranto.ts",
43
+ // "node",
44
+ // { ports: 1 },
45
+ // [],
46
+ // ],
47
+ // [
48
+ // "src/PM/__tests__/pureSidecar.testeranto.ts",
49
+ // "node",
50
+ // { ports: 1 },
51
+ // [],
52
+ // ],
53
+ // ["src/PM/__tests__/webSidecar.testeranto.ts", "node", { ports: 1 }, []],
47
54
  ],
48
55
  clearScreen: false,
49
56
  debugger: false,
@@ -98,5 +105,6 @@ const config: IProject = {
98
105
  importPlugins: [],
99
106
  },
100
107
  },
108
+ reportDomain: "",
101
109
  };
102
110
  export default config;