Effortlessly launch load tests from GitHub actions.
GitHub Action output
LOADFORGE_API_TOKEN
.
.github/workflows/loadforge.yml
file in your repository with the following content:
Name | Description | Required | Default |
---|---|---|---|
api-token | Your LoadForge API Token | Yes | N/A |
test-id | The ID of the LoadForge test to trigger | Yes | N/A |
duration | Duration of the test run in minutes (2-720) | No | 5 |
Name | Description |
---|---|
run_id | The ID of the created LoadForge run |
monitor_url | The URL to monitor the LoadForge run (https://app.loadforge.com/run/monitor/{run_id}) |