Create e2e tests without leaving your dev workflow - generate them from your CI pipeline automatically
Octomind_API_KEY
.github/workflows/octomind-tests.yml
):
Parameter | Required | Description |
---|---|---|
token | Yes | Your Octomind API key, stored as a GitHub secret |
testTargetId | Yes | The ID of your test target in Octomind |
baseUrl | No | A publicly accessible URL to your deployment. If not provided, defaults to the URL in your default environment |
entrypointUrlPath | No | A specific URL path to be appended to your base URL (e.g., /some/path ) |
environmentId | No | ID of a specific environment to run the tests against |
prerequisiteId | No | ID of a test case that should be executed before batch generation (e.g., login test) |
Example of Octomind test results in a pull request, screenshot 06/2023
testTargetId
is correctbaseUrl
is publicly accessible