@qualflare/cucumberjs 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/formatter/index.cjs +1 -1
- package/dist/formatter/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -53,6 +53,11 @@ npx cucumber-js
|
|
|
53
53
|
qf <your-project-identifier> collect ./qualflare-results
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
+
> **Videos are opt-in from `@qualflare/cli` v0.1.20.** `collect` uploads the report itself
|
|
57
|
+
> always, but a video only when asked: `--upload-artifacts=video` (or `QF_UPLOAD_ARTIFACTS=video`).
|
|
58
|
+
> Earlier CLI versions uploaded every video automatically. Nothing is dropped silently — `collect`
|
|
59
|
+
> prints how many it skipped and the exact flag to include them.
|
|
60
|
+
|
|
56
61
|
That's it — Feature/Scenario results, retries, and any screenshots you already attach arrive as one
|
|
57
62
|
Launch. See [`examples/basic/`](./examples/basic) for a complete runnable project.
|
|
58
63
|
|
package/dist/formatter/index.cjs
CHANGED
|
@@ -1038,7 +1038,7 @@ function timestampMs(ts) {
|
|
|
1038
1038
|
var os = __toESM(require("os"), 1);
|
|
1039
1039
|
|
|
1040
1040
|
// src/config/version.ts
|
|
1041
|
-
var PACKAGE_VERSION = "0.5.
|
|
1041
|
+
var PACKAGE_VERSION = "0.5.1";
|
|
1042
1042
|
|
|
1043
1043
|
// src/formatter/collect-builder.ts
|
|
1044
1044
|
function resolveOs(config) {
|
package/dist/formatter/index.js
CHANGED
|
@@ -1004,7 +1004,7 @@ function timestampMs(ts) {
|
|
|
1004
1004
|
import * as os from "os";
|
|
1005
1005
|
|
|
1006
1006
|
// src/config/version.ts
|
|
1007
|
-
var PACKAGE_VERSION = "0.5.
|
|
1007
|
+
var PACKAGE_VERSION = "0.5.1";
|
|
1008
1008
|
|
|
1009
1009
|
// src/formatter/collect-builder.ts
|
|
1010
1010
|
function resolveOs(config) {
|