Run Tusk-generated tests on a GitHub Actions runner
admin
access to manage secrets or variables for your repoStart the environment set-up
Configure your test environment
Create the Tusk GitHub workflow
Modify the Tusk GitHub workflow file
Create Tusk API key
Merge the Tusk GitHub workflow PR
Select the workflow file
Verify the Tusk GitHub workflow
Complete test environment set-up
What modifications do I need to make to the Tusk GitHub workflow template?
What is `appDir` and do I need to use one?
Why do I need to merge the GitHub workflow into my default branch?
workflow_dispatch
:This event will only trigger a workflow run if the workflow file exists on the default branch.
My workflow verification failed. How do I resolve this?