Skip to content

GitHub Actions Tips & Tricks

Evan Rusackas edited this page Jun 20, 2024 · 2 revisions

To manually run a Cypress end-to-end (e2e) test run on Apache Superset and do so in a way that records to the Cypress Dashboard, you can navigate to that test here, and run it via the menu seen below. Note that you MUST enter a branch and/or PR... it will fail if both fields are left blank:

image

You can also run the test on any specific PR by adding your branch and PR number to the following command:

gh workflow run superset-e2e.yml --ref YOUR_BRANCH_NAME_HERE --field use_dashboard="true" --field pr_id="YOUR_PR_NUMBER_HERE"

Clone this wiki locally