test(e2e): add platform-safe selection updates

This commit is contained in:
overtrue
2026-08-23 09:04:20 +08:00
parent 20d1266496
commit bf00d8fd27
2 changed files with 87 additions and 13 deletions
+6 -1
View File
@@ -278,4 +278,9 @@ listed by `cargo nextest list -p e2e_test`. Regenerate it when adding or
moving e2e tests so acceptance numbers in the test-strategy issues
(backlog#1147#1155) stay auditable. When a profile membership change is
intentional, review its JSON listing before updating the matching
`.config/e2e-*-selection.txt` test-ID digest.
`.config/e2e-*-selection.txt` test-ID digest. Update only the platform that
produced the listing:
```bash
python3 scripts/check_test_wiring.py --update-profile e2e-full /path/to/listing.json linux
```