Generating stubs
Force stub generation:
suitener stubs ./path/to/backendstubs writes generated files to:
suitener-stubs/It also writes a generated-mode report to:
suitener-results/latest.jsonGenerated stubs are scaffolding, not real assertions. Generated test entries use skip because the files are written but not executed.
| Project type | Generated file | Purpose |
|---|---|---|
http_server | http-smoke.test.ts | Placeholder fetch against /health. |
cli | cli-help.test.ts | Checks a CLI-style help command exits cleanly. |
library | library-smoke.test.ts | Checks the library import does not throw. |
unknown | smoke.test.ts | Generic smoke placeholder. |
Example output:
stubs 1 generated
summary project demo-api suite generated files suitener-stubs/library-smoke.test.ts report suitener-results/latest.json