|
11 | 11 | [](https://opensource.org/licenses/MIT) |
12 | 12 | [](https://www.npmjs.com/package/ellmos-codecommander-mcp) |
13 | 13 | [](https://github.com/ellmos-ai/ellmos-codecommander-mcp/actions/workflows/tests.yml) |
14 | | -[](https://vitest.dev/) |
| 14 | +[](https://vitest.dev/) |
15 | 15 | [](https://nodejs.org/) |
16 | 16 | [](https://github.com/ellmos-ai) |
17 | 17 | [](https://github.com/open-bricks) |
@@ -298,19 +298,18 @@ npm run test:i18n # 43 translation assertions |
298 | 298 |
|
299 | 299 | ### Testing |
300 | 300 |
|
301 | | -The supported gates are deliberately separated: `npm test` runs the 175-test Vitest suite, `npm run test:integration` runs 35 real MCP stdio assertions against `dist/index.js`, and `npm run test:i18n` runs 43 translation assertions. |
| 301 | +The supported gates are deliberately separated: `npm test` runs the 176-test Vitest suite, `npm run test:integration` runs 35 real MCP stdio assertions against `dist/index.js`, and `npm run test:i18n` runs 43 translation assertions (254 automated test assertions total). |
302 | 302 |
|
303 | 303 | ```bash |
304 | | -npm test # Run all tests |
305 | | -npm run test:integration # Real MCP stdio test (build first) |
306 | | -npm run test:i18n # i18n assertions |
307 | | -npx vitest run # Same as above |
308 | | -npx vitest --watch # Watch mode |
| 304 | +npm test # Run Vitest unit tests (176 tests) |
| 305 | +npm run test:integration # Real MCP stdio test (35 assertions, build first) |
| 306 | +npm run test:i18n # i18n assertions (43 assertions) |
| 307 | +npm run test:all # Run full test suite (build + vitest + integration + i18n) |
309 | 308 | ``` |
310 | 309 |
|
311 | 310 | Tests are verified on **Windows**, **macOS**, and **Linux**. |
312 | 311 |
|
313 | | -GitHub Actions runs the build, all three test gates (175 Vitest, 35 MCP stdio, 43 i18n assertions), and npm package check on Node.js 20, 22, and 24. |
| 312 | +GitHub Actions runs the build, all three test gates (176 Vitest, 35 MCP stdio, 43 i18n assertions — 254 assertions total), and npm package check on Node.js 20, 22, and 24. |
314 | 313 |
|
315 | 314 | --- |
316 | 315 |
|
|
0 commit comments