artifact-graph 0.6.0 → 0.6.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/CHANGELOG.md +18 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.6.1
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
|
|
9
|
+
- **CHANGELOG documentation corrections**: correct two 0.6.0 CHANGELOG descriptions to match
|
|
10
|
+
actual implementation:
|
|
11
|
+
- `E2E-UNIT-TEST-NOT-E2E`: the trigger condition is based on `e2e.runners[].kind` and runner
|
|
12
|
+
root/include/exclude/testIgnore acceptance, not `.test.ts` / `.spec.ts` file suffix.
|
|
13
|
+
- `E2E-TRACE-004`: when Markdown explicitly declares `chain_type: desktop_chain`, conflicts with
|
|
14
|
+
source-level `mock_playwright` annotations are entirely suppressed (not downgraded to info).
|
|
15
|
+
|
|
5
16
|
## 0.6.0
|
|
6
17
|
|
|
7
18
|
### Added
|
|
@@ -25,7 +36,9 @@
|
|
|
25
36
|
`E2E_AC_COVERAGE_RATE_FREETEXT` — this field must be computed, not manually entered.
|
|
26
37
|
|
|
27
38
|
- **Deterministic checklist rules**:
|
|
28
|
-
- `E2E-UNIT-TEST-NOT-E2E`: executable_ref
|
|
39
|
+
- `E2E-UNIT-TEST-NOT-E2E`: executable_ref target is only accepted by unit runner(s)
|
|
40
|
+
(per `e2e.runners[].kind` and runner root/include/exclude/testIgnore acceptance), not by any
|
|
41
|
+
e2e/integration runner.
|
|
29
42
|
- Version-lock liveness: E2E spec files with no active `@e2e_test`/`@tc` annotations produce
|
|
30
43
|
`orphan_lock` liveness warnings.
|
|
31
44
|
|
|
@@ -33,9 +46,10 @@
|
|
|
33
46
|
Markdown test files. `--deterministic` flag sets `generated_at` to epoch for diff checks.
|
|
34
47
|
`--out <path>` writes output to file.
|
|
35
48
|
|
|
36
|
-
- **E2E-TRACE-004 Markdown authority**: When a TC explicitly declares `chain_type: desktop_chain
|
|
37
|
-
|
|
38
|
-
|
|
49
|
+
- **E2E-TRACE-004 Markdown authority**: When a TC explicitly declares `chain_type: desktop_chain`
|
|
50
|
+
in its Markdown, the Markdown side is authoritative (per artifact-chain-spec §5.2) — conflicts
|
|
51
|
+
with source-level `mock_playwright` annotations are entirely suppressed (not emitted as warning
|
|
52
|
+
or info).
|
|
39
53
|
|
|
40
54
|
### Changed
|
|
41
55
|
|