nodeboot-test-framework

Installation
SKILL.md

Node-Boot Test Framework (@nodeboot/node-test)

A plugin-based integration test framework built specifically for Node-Boot apps: it boots a real NodeBootApp (real DI container, real config, real routes) inside the test process and gives you hooks to configure it before start and interact with it during tests. Reference repo: nodejs-boot/node-boot-test-framework, runnable demos in demos/node-test-demo/test.

pnpm add -D @nodeboot/node-test

The core pattern

Installs
1
GitHub Stars
10
First Seen
Aug 11, 2026
nodeboot-test-framework — nodejs-boot/node-boot