pub const STORE_FORMAT_VERSION: StoreFormatVersion;Expand description
The current format version for recorded test runs (store.zip and run.log).
This combines a major version (for breaking changes) and a minor version
(for additive changes). Readers check compatibility via
StoreFormatVersion::check_readable_by.
Changelog:
- 1.1: Addition of the
flaky_resultfield toExecutionStatuses. - 2.0:
slot_assignmentis now mandatory inTestStartedandTestRetryStartedevents.