ccqa 1.3.1 → 1.4.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 +4 -3
- package/dist/bin/ccqa.mjs +774 -362
- package/dist/hub-client/index.d.mts +41 -0
- package/dist/hub-client/index.mjs +10 -0
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -57,9 +57,10 @@ contract.
|
|
|
57
57
|
each step's `expected` — for fragile, timing-heavy UIs where a fixed
|
|
58
58
|
recording would break.
|
|
59
59
|
|
|
60
|
-
Either way,
|
|
61
|
-
|
|
62
|
-
|
|
60
|
+
Either way, opting in with `ccqa run --failure-analysis [base]` gives every
|
|
61
|
+
failing spec a root-cause call (TEST_DRIFT / SPEC_CHANGE / PRODUCT_BUG)
|
|
62
|
+
against the source diff since `[base]`, gradable on the hub — and the hub
|
|
63
|
+
learns from your grades.
|
|
63
64
|
|
|
64
65
|
## Install
|
|
65
66
|
|