testeranto 0.146.1 → 0.146.2
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/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## The AI-powered BDD test framework for TypeScript projects
|
|
4
4
|
|
|
5
|
-
#### 🚧 WARNING: Testeranto is still under development but is not ready for production yet. I am rapidly working to release a beta ASAP. If you are interested in joining this beta program, please
|
|
5
|
+
#### 🚧 WARNING: Testeranto is still under development but is not ready for production yet. I am rapidly working to release a beta ASAP. If you are interested in joining this beta program, please contact me. 🚧
|
|
6
6
|
|
|
7
7
|
- README: [adamwong246.github.io/testeranto/testeranto](https://adamwong246.github.io/testeranto/testeranto)
|
|
8
8
|
- demo: [youtube](https://www.youtube.com/embed/WvU5xMqGi6Q)
|
|
@@ -164,6 +164,8 @@ test0: Given.Default(
|
|
|
164
164
|
|
|
165
165
|
Alongside the BDD tests, Testeranto runs ESLint and tsc on the input files to generate a list of static analysis errors and type errors, respectively.
|
|
166
166
|
|
|
167
|
+
---
|
|
168
|
+
|
|
167
169
|
## Sidecars (COMING SOON)
|
|
168
170
|
|
|
169
171
|
Alongside your test, you can include a number of "sidecars" - other bundled JavaScript assets upon which your test depends. For example, suppose you have an app with frontend and backend components. You could run a React test in the web and include the Node HTTP server as a sidecar.
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
TypeError: Then.initializedProperly is not a function
|
|
2
|
-
at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/Pure.test.mjs?cacheBust=
|
|
2
|
+
at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/Pure.test.mjs?cacheBust=1752859436874:320:14)
|
|
3
3
|
at new BaseBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:15:18)
|
|
4
4
|
at new ClassBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:646:5)
|
|
5
5
|
at new TesterantoCore (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:663:5)
|
|
6
6
|
at new PureTesteranto (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:883:5)
|
|
7
7
|
at Pure_default (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:904:10)
|
|
8
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/Pure.test.mjs?cacheBust=
|
|
8
|
+
at file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/Pure.test.mjs?cacheBust=1752859436874:360:25
|
|
9
9
|
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
|
|
10
10
|
at async CustomizedModuleLoader.import (node:internal/modules/esm/loader:228:24)
|
|
11
11
|
at launchPure (/Users/adam/Code/testeranto/src/PM/main.ts:577:7)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
TypeError: When.addArtifact is not a function
|
|
2
|
-
at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs?cacheBust=
|
|
2
|
+
at specification (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs?cacheBust=1752859436874:139:14)
|
|
3
3
|
at new BaseBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:15:18)
|
|
4
4
|
at new ClassBuilder (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:646:5)
|
|
5
5
|
at new TesterantoCore (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:663:5)
|
|
6
6
|
at new PureTesteranto (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:883:5)
|
|
7
7
|
at Pure_default (file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/chunk-W22WOQNK.mjs:904:10)
|
|
8
|
-
at file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs?cacheBust=
|
|
8
|
+
at file:///Users/adam/Code/testeranto/testeranto/bundles/pure/allTests/src/lib/BaseSuite.test/pure.test.mjs?cacheBust=1752859436874:315:25
|
|
9
9
|
at ModuleJob.run (node:internal/modules/esm/module_job:192:25)
|
|
10
10
|
at async CustomizedModuleLoader.import (node:internal/modules/esm/loader:228:24)
|
|
11
11
|
at launchPure (/Users/adam/Code/testeranto/src/PM/main.ts:577:7)
|
|
@@ -2,10 +2,10 @@ stdout > mark4
|
|
|
2
2
|
args [
|
|
3
3
|
'/Users/adam/.nvm/versions/node/v20.4.0/bin/node',
|
|
4
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/
|
|
6
|
-
'/tmp/tpipe_0.
|
|
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/e86a7a37-a4ff-45dd-9f53-47f559d0b440"}',
|
|
6
|
+
'/tmp/tpipe_0.4437348145810549'
|
|
7
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/
|
|
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/e86a7a37-a4ff-45dd-9f53-47f559d0b440"}
|
|
9
9
|
stderr > Given error 1: TypeError: store.butThenProxy is not a function
|
|
10
10
|
at Then.thenCB (file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/src/lib/pmProxy.test/index.mjs:137:31)
|
|
11
11
|
at file:///Users/adam/Code/testeranto/testeranto/bundles/node/allTests/chunk-RF3LIUSG.mjs:606:29
|