Releases: schemathesis/action
Releases · schemathesis/action
Release 3.0.0
authorization input
Pass the Authorization header directly instead of using args:
- uses: schemathesis/action@v3
with:
schema: 'https://example.com/openapi.json'
authorization: 'Bearer ${{ secrets.API_TOKEN }}'Schema coverage reports
Enabled by default. Each run produces:
- A step summary with a coverage breakdown
- An HTML report uploaded as a workflow artifact
- A PR comment with a direct download link (requires pull-requests: write)
Release 2.1.0
Added
- Support for
config-fileinput to specify path to aschemathesis.tomlfile
Release v2.0.1
Fixed
- Use
schemathesis>=4.0,<5.0forlatestversion
Release 1.1.1
Fixed
- Use
schemathesis>=3.39,<4.0forlatestversion. #29
Release 2.0.0
- Compatibility with Schemathesis 4.0
Release 1.1.0
Changed
- Use
uvto install Schemathesis - Deprecate
api-name,report,tokenand make them no-op
Release 1.0.4
Changed
- Use Python 3.12 in GitHub Action
- Update
actions/setup-pythonto5. #8
Release 1.0.3
🚀 Added
- Schemathesis hooks support via the
hooksoption. #4
Release 1.0.2
🚀 Added
- Pass
SCHEMATHESIS_ACTION_REFto Schemathesis
Release 1.0.1
Fix missing entrypoint.sh