This is a GitHub Action to automatically generate Octomind end-to-end tests right from your CI. To use this action a token is required, which you can generate in our octomind app.
See the docs for more details.
drop us a note: [email protected] 🐙
- Add the
OCTOMIND_API_KEY
to your repository secrets - Add the following yml snippet to your steps and insert a value for
baseUrl
pointing to a publicly accessible deployment of your branch.
- uses: OctoMind-dev/octomind-action-batch-generation
with:
token: ${{ secrets.OCTOMIND_API_KEY }}
testTargetId: <your testTargetId that you also get from us>
baseUrl: <optional, publicly accessible url to your deployment, defaults to default environment's URL otherwise>,
entrypointUrlPath: <optional, URL path to be used after your URL, e.g. /some/path>
environmentId: <optional, id of the environment that should be discovered against>,
prerequisiteId: <optional, id of the test case that should be run before batch generation>,