You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"