Skip to content

kutifyhq/autify-actions

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

Kutifyhq logo

Autify Action

CI CI-e2e GitHub Marketplace Mergify Status

A GitHub Action that runs Autify tests.

Usage

on: pull_request
jobs:
  run-test:
    - name: Run Test
      uses: kutifyhq/autify-actions@v1
      with:
        token: ${{ secrets.AUTIFY_TOKEN }}
        id: 10000

Action inputs

Name Description Default
id ID of the test plan to run - (Required)
token Personal access token for Autify - (Required)

Action outputs

Name Description

License

MIT