HTTP Archive (HAR) support comes to Schemathesis! :tada:
:rocket: Added
- Storing cassettes in the HAR format via the `--cassette-format=har` CLI option. 2299
- Support for cassettes in the new-style stateful test runner.
- `--generation-with-security-parameters=false` CLI option to disable generation of security parameters (like tokens) in test cases.
:bug: Fixed
- Incorrect test case ids stored in VCR cassettes. 2302
- Incorrect reference resolution scope for security schemes if the API operation has a different scope than the global security schemes. 2300
- Properly display unresolvable reference if it comes from a missing file.