Skip to content

Backstop Tests

Backstop Tests #1

Workflow file for this run

name: Backstop Tests
on:
workflow_dispatch:
workflow_call:
permissions:
checks: write
contents: write
pull-requests: write
jobs:
sanity-test:
name: 🤪 Backstop Sanity Test
uses: ./.github/workflows/backstop-sanity-test.yml
smoke-test:
name: 💨 Backstop Smoke Test
uses: ./.github/workflows/backstop-smoke-test.yml
integration-test:
name: 🧩 Backstop Integration Test
uses: ./.github/workflows/backstop-integration-test.yml