Access our end user documentation through the project's Github pages.
Run the Framework-level Jest suite from packages/core. These tests may replace
the connector contract to isolate Core routing, orchestration, and persistence:
cd packages/core
npm testFor focused contract checks during App Connect client/server work, run targeted files, for example:
npm test -- test/routes/pluginRoutes.test.js test/handlers/plugin.test.js --runInBandRun the App-level E2E suite from the repository root. These tests start the real server and connector implementations, replacing only external provider APIs at the HTTP boundary:
npm run test:e2e