browser-debugger-cli
Version:
DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port.
12 lines • 439 B
TypeScript
/**
* Contract tests for machine-readable help generation.
*
* Tests the contract that dynamic capability counts match actual implementation:
* - CDP domain count matches protocol
* - CDP method count matches total across all domains
* - High-level command count matches task mappings
*
* These tests prevent drift between hardcoded values and reality.
*/
export {};
//# sourceMappingURL=machineReadableHelp.contract.test.d.ts.map