kutifyhq / autify-actions

GitHub Action for Autify

Home Page:https://github.com/marketplace/actions/autify-actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

GitHub Action for Autify

https://github.com/marketplace/actions/autify-actions

License:MIT License


Languages

Language:TypeScript 96.0%Language:Shell 3.5%Language:JavaScript 0.5%