@exodus/xqa 8.0.0 → 8.1.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.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/dist/xqa.cjs +1186 -922
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -291,6 +291,10 @@ explorer:
291
291
  matchTolerance: balanced # strict | balanced | loose
292
292
  candidateCount: 3
293
293
  readArtboardImageTokenBudget: 80000
294
+ # Per-run in-memory cache that skips visual_pass on screens already
295
+ # analysed during this run. Every analysed screen's fingerprint is
296
+ # kept for the lifetime of the run.
297
+ cacheTolerance: strict # strict | balanced | loose — how lenient to be when calling two screens "the same"
294
298
  ```
295
299
 
296
300
  ### Environment variables