From 44f7a2945d418a1a297b79210e23f2867ec416d3 Mon Sep 17 00:00:00 2001 From: J-Dog Date: Mon, 31 Aug 2026 21:51:00 -0700 Subject: [PATCH] docs: the README badges and test counts describe what the repo ships --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 276ee20..73f8959 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ # XChain Platform Node

- Version - Tests + Version + Tests Node License

@@ -151,19 +151,19 @@ Turn it off with any of: `--no-telemetry` on any command (sticks for future runs | Command | Description | |---|---| -| `npm test` | Unit tests (1,084 tests) | -| `npm run test:integration` | Integration tests (87 tests) | -| `npm run test:smoke` | Smoke tests (50 tests) | +| `npm test` | Unit tests (1,676 tests) | +| `npm run test:integration` | Integration tests (103 tests) | +| `npm run test:smoke` | Smoke tests (159 tests) | | `npm run test:boundary` | Boundary condition tests (57 tests) | -| `npm run test:security` | Security tests (27 tests) | +| `npm run test:security` | Security tests (73 tests) | | `npm run test:e2e` | End-to-end tests (57 tests) | -| `npm run test:fuzz` | Fuzz tests (95 tests) | +| `npm run test:fuzz` | Fuzz tests (264 tests) | | `npm run test:chaos` | Chaos engineering tests (121 tests) | | `npm run test:regression` | Regression tests (58 tests) | | `npm run test:regression:p0` | Regression P0: critical gate (33 tests) | | `npm run test:regression:p0p1` | Regression P0+P1: standard gate (51 tests) | | `npm run test:mutation` | Mutation testing (Stryker Mutator) | -| `npm run test:all` | All tests (~1,552 tests; excludes security/boundary) | +| `npm run test:all` | All tests (~2,438 tests; excludes security/boundary) | | `npm run benchmark` | Performance benchmarks (5 scenarios) | | `npm run benchmark:quick` | Quick benchmarks |