patriotsoftware/K6 Tests
Runs K6 tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 5, 2024
- License
- None
Pinned Snippet
uses: patriotsoftware/k6-test-action@6158318dbd2e0b9a82da8aedf2a3895d7693fb44 # v1.0.7tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| k6-script | Location of the script to run with k6 | yes | — |
| base-url-override | Will override the value of any variable named BASE_URL | no | — |
| k6-flags | Additional flags to pass to the K6 command | no | — |
| additional-mount | Additional mount point (directory) utilized by the K6 script. | no | — |
Outputs
| name | description |
|---|---|
| initial-base-url | Initial BASE_URL found in K6 script |
| resulting-base-url | Resulting BASE_URL found in K6 script |