@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 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.
@@ -217,7 +217,7 @@ function msToNs(ms) {
217
217
  var os = __toESM(require("os"), 1);
218
218
 
219
219
  // src/plugin/version.ts
220
- var PACKAGE_VERSION = "0.5.0";
220
+ var PACKAGE_VERSION = "0.5.1";
221
221
 
222
222
  // src/plugin/collect-builder.ts
223
223
  function resolveOs(config, info) {
@@ -181,7 +181,7 @@ function msToNs(ms) {
181
181
  import * as os from "os";
182
182
 
183
183
  // src/plugin/version.ts
184
- var PACKAGE_VERSION = "0.5.0";
184
+ var PACKAGE_VERSION = "0.5.1";
185
185
 
186
186
  // src/plugin/collect-builder.ts
187
187
  function resolveOs(config, info) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qualflare/cypress",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Native Cypress reporter for the Qualflare test-management platform.",
5
5
  "keywords": [
6
6
  "qualflare",