ccqa 1.36.0 → 1.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/bin/ccqa.mjs +2737 -111
- package/dist/hub-client/index.d.mts +56 -0
- package/dist/package.json +1 -1
- package/dist/runtime/vitest.config.d.mts +311 -35
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -227,6 +227,7 @@ npx skills add <this-repo> --skill ccqa-record --skill ccqa-rerecord --skill ccq
|
|
|
227
227
|
| Emit Playwright / runn tests | [Targets](./docs/targets.md) |
|
|
228
228
|
| Drive specs live, with per-project guidance | [Live specs](./docs/live.md) |
|
|
229
229
|
| Sign in once and reuse the session | [Sessions](./docs/sessions.md) |
|
|
230
|
+
| See which files a spec actually reached | [Coverage](./docs/coverage.md) |
|
|
230
231
|
| Run the team hub / script it over HTTP | [Hub](./docs/hub.md) · [API](./docs/hub-api.md) |
|
|
231
232
|
| Understand why it is built this way | [ADR](./docs/adr/README.md) |
|
|
232
233
|
|