Schema version 5.0.0
·
2266 commits
to master
since this release
View fixture schema / View manufacturers schema
See pull request #390: We switched from JS Schema to JSON Schema! To make full use of it, all fixtures now have to include a $schema
property that points to this JSON Schema file. The benefit is improved code completion in supporting editors (e.g. Visual Studio Code).
Incompatible schema changes
- New required string property
$schema
with value"https://raw.githubusercontent.com/FloEdelmann/open-fixture-library/master/schema-fixture.json"
Backwards-compatible schema changes
None.
Bugfixes
- Possibly many, due to the more declarative specification of several test cases.