aurukas/DontBreak — Run E2E Test Suite

Launch a DontBreak visual end-to-end test suite and optionally wait for the result to gate your pipeline.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 9, 2026
License
ISC

Pinned Snippet

workflow.ymlSHA-pinned
uses: aurukas/github-action@c39c1cf864985ddeafd10b5cbefc8bbc1f46ed9c # no releases — HEAD as of 2026-07-12

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
suite-idThe ID of the DontBreak test suite to run.yes
api-keyThe DontBreak API key used to authenticate the request.yes
secretThe DontBreak suite secret used to authenticate the launch request.yes
base-urlBase URL of the DontBreak API.nohttps://app.dontbreak.io
waitWhether to wait for the suite run to reach a terminal status before finishing the action. Set to 'false' to fire-and-forget.notrue
timeout-minutesMaximum number of minutes to wait for the suite run to finish before failing with a timeout.no30
poll-intervalNumber of seconds to wait between status polls.no10
namedescription
run-idThe unique run ID for this suite execution.
statusFinal status of the run: 'running' (when wait is false), 'passed', 'failed', 'cancelled', or 'timeout'.
passedNumber of tests that passed.
failedNumber of tests that failed.
report-urlLink to the full DontBreak report for this run.