Skip to content

Perform Testim.io tests as composite Github action

Notifications You must be signed in to change notification settings

ajilach/testim-ghaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Github action "testim-ghaction"

Purpose

Perform Testim end-to-end tests

Details

This action runs all tests associated with the label in testim_test on Testim.

Prerequisites

None

Usage

Here is how you can call this action:

on: 
  workflow_call:
    inputs:
      testim_tests:
        description: List of Testim test labels
        required: true
        type: string

jobs:

  end2end_tests:
    name: End-to-end testing with Testim
    runs-on: ubuntu-latest
    strategy:
      max-parallel: 1
      matrix:
        testim_test: ${{ fromJson(inputs.testim_tests) }}
    uses: ajilach/testim-ghaction@v1.0.0
    with:
      testim_test: matrix.testim_test

About

Perform Testim.io tests as composite Github action

Resources

Stars

Watchers

Forks

Packages

No packages published