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 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, every failing spec gets a root-cause call (TEST_DRIFT /
61
- SPEC_CHANGE / PRODUCT_BUG) you can grade on the hub — and the hub learns
62
- from your grades.
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