Releases: TestSprite/run-action
Releases · TestSprite/run-action
v1 Release of the TestSprite GitHub Action
Features
Trigger E2E tests against any URL with a single workflow step using your TestSprite API key
PR comments — automatically posts a test results summary on pull requests when github-token is provided
Blocking mode — optionally wait for the test run to complete and fail the step if tests don't pass, enforcing a quality gate on every PR
Priority filtering — run only High, Medium, or Low priority tests, or all of them (default)
Structured outputs — expose total_tests, passed_tests, and result_url for use in downstream steps
Preview deployment support — pass any dynamic URL (e.g. Vercel/Netlify preview) as base_url to test the exact build under review
Quick Start
uses: TestSprite/run-action@v1
with:
testsprite-api-key: ${{ secrets.TESTSPRITE_API_KEY }}
base_url: 'https://your-app.example.com/'
blocking: 'true'