Skip to content

OctoMind-dev/octomind-action-batch-generation

Repository files navigation

octomind-action-batch-generation

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] 🐙

Setup

  1. Add the OCTOMIND_API_KEY to your repository secrets
  2. 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>,

About

GitHub Action to automatically generate octomind end-to-end tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published