Skip to content

GitHub Action to execute your automagically-maintained e2e tests

License

Notifications You must be signed in to change notification settings

OctoMind-dev/automagically-action-execute

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

automagically-action-execute

This is a GitHub Action to execute automagically. 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: contact@octomind.dev 🐙

Setup

  1. Add the AUTOMAGICALLY_TOKEN to your repository secrets
  2. Add the following yml snippet to your steps and insert a value for url pointing to a publicly accessible deployment of your branch.
- uses: OctoMind-dev/automagically-action-execute@v2
  with:
    url: <publicly accessible url to your deployment>
    token: ${{ secrets.AUTOMAGICALLY_TOKEN }}
    testTargetId: <your testTargetId that you also get from us>

Change Log

  • 2023-07-20: Added requirement for setting testTargetId to enable v2 API