aalvaropc/Lynix API Testing
Run API tests with Lynix — declarative HTTP testing for CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 7, 2026
- License
- MIT
Pinned Snippet
uses: aalvaropc/lynix@57a368515801a4e0a6e3484acadfea6355355ca3 # v0.2.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| collection | Collection name or path | yes | — |
| environment | Environment name or path | no | — |
| workspace | Workspace root directory | no | . |
| format | Output format (pretty or json) | no | pretty |
| report | Report type (e.g., junit) | no | — |
| report-path | Path to write the report file | no | — |
| fail-fast | Stop on first failure | no | false |
| tags | Run only requests with matching tags | no | — |
| only | Run only named requests | no | — |
| no-save | Skip saving run artifacts | no | true |
| version | Lynix version to install | no | latest |
| retries | Number of retries for transient errors | no | — |
| retry-delay | Delay between retries in ms | no | — |
| retry-5xx | Also retry on 5xx responses | no | false |
| parallel | Run independent requests in parallel | no | false |
| insecure | Skip TLS verification | no | false |
Outputs
no outputs