@qualflare/cypress 0.5.0 → 0.5.1
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 +5 -0
- package/dist/plugin/index.cjs +1 -1
- package/dist/plugin/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -69,6 +69,11 @@ qf login my-project "$QUALFLARE_TOKEN" --force
|
|
|
69
69
|
qf my-project collect ./qualflare-results
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
+
> **Videos are opt-in from `@qualflare/cli` v0.1.20.** `collect` uploads the report itself
|
|
73
|
+
> always, but a video only when asked: `--upload-artifacts=video` (or `QF_UPLOAD_ARTIFACTS=video`).
|
|
74
|
+
> Earlier CLI versions uploaded every video automatically. Nothing is dropped silently — `collect`
|
|
75
|
+
> prints how many it skipped and the exact flag to include them.
|
|
76
|
+
|
|
72
77
|
That's it — suite/test results, retries, and automatic-on-failure screenshots show up as one Launch
|
|
73
78
|
once `qualflare-cli collect` runs. [`examples/basic/`](./examples/basic) has a runnable project
|
|
74
79
|
demonstrating the same flow end to end, including the `qualflare.*` metadata API.
|
package/dist/plugin/index.cjs
CHANGED
package/dist/plugin/index.js
CHANGED