OctoMind-dev / automagically-action-execute

GitHub Action to execute your automagically-maintained e2e tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GitHub Action to execute your automagically-maintained e2e tests

License:MIT License


Languages

Language:TypeScript 100.0%