@pygmalionjs/pygmalion 0.2.31 → 0.2.33
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 +8 -0
- package/dist-lib/{App-UxJfVubu.js → App-D2mNX4Rn.js} +5329 -5093
- package/dist-lib/pygmalion.js +856 -744
- package/dist-lib/testing.js +1 -1
- package/package.json +1 -1
- package/types.d.ts +20 -1
package/README.md
CHANGED
|
@@ -230,6 +230,14 @@ Artifact v3 preserves every registered frame with one explicit outcome:
|
|
|
230
230
|
their last stable DOM and screenshot while CI remains red. A failed strict
|
|
231
231
|
capture therefore cannot silently leave an older artifact active.
|
|
232
232
|
|
|
233
|
+
When `previewArtifactEndpoint` is configured, an embedded artifact with another
|
|
234
|
+
namespace or source revision is treated only as a visibly outdated, last-known
|
|
235
|
+
preview. It does not count toward `data-preview-warm`. Each frame exposes its
|
|
236
|
+
exact-resolution lifecycle through `data-artifact-resolution`: `checking`,
|
|
237
|
+
`outdated`, `generating`, `error`, or `exact`. Transport, validation, and
|
|
238
|
+
generation failures stay visible on the frame with a retry action. A current
|
|
239
|
+
live snapshot or exact endpoint response clears the stale state.
|
|
240
|
+
|
|
233
241
|
## Editing workflow
|
|
234
242
|
|
|
235
243
|
1. Open **Screens**. Preview warm-up starts without requiring frame clicks.
|