UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

68 lines (60 loc) 2.33 kB
fa5603d428932e570a yarn devV2 yarn run v1.22.19 warning ../../package.json: No license field $ rm -rf testeranto; yarn buildV2; yarn t-init; cp ./dist/prebuild/App.* testeranto; node scripts/build-example.js; yarn testeranto core dev warning ../../package.json: No license field $ node bundle.js warning ../../package.json: No license field $ tsx dist/prebuild/init-docs.mjs Initializing a testeranto project testeranto project initialized Building example project (ES module version)... Changing to directory: /Users/adam/Code/testeranto/example Current directory: /Users/adam/Code/testeranto/example Files in example directory: README.md base_suite_test.go cmd go.mod main.go test_example.py Current go.mod content: module example_test go 1.19 replace github.com/adamwong246/testeranto => ../ replace github.com/adamwong246/testeranto/src/golingvu => ../src/golingvu require github.com/adamwong246/testeranto/src/golingvu v0.0.0-00010101000000-000000000000 Replace directive already correct in go.mod go.sum does not exist yet Running go mod tidy... go mod tidy output: go.sum still does not exist after go mod tidy Go files in project: base_suite_test.go cmd/main.go main.go Building test binary... go test -c failed: stdout: stderr: found packages example (base_suite_test.go) and main (main.go) in /Users/adam/Code/testeranto/example error: Error: Command failed: go test -c -x -v found packages example (base_suite_test.go) and main (main.go) in /Users/adam/Code/testeranto/example at genericNodeError (node:internal/errors:984:15) at wrappedFn (node:internal/errors:538:14) at checkExecSyncError (node:child_process:891:11) at execSync (node:child_process:963:15) at file:///Users/adam/Code/testeranto/scripts/build-example.js:126:29 at ModuleJob.run (node:internal/modules/esm/module_job:263:25) at async ModuleLoader.import (node:internal/modules/esm/loader:540:24) at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:117:5) { status: 1, signal: null, output: [ null, '', 'found packages example (base_suite_test.go) and main (main.go) in /Users/adam/Code/testeranto/example\n' ], pid: 78163, stdout: '', stderr: 'found packages example (base_suite_test.go) and main (main.go) in /Users/adam/Code/testeranto/example\n' }