-
Notifications
You must be signed in to change notification settings - Fork 21
Running e2e tests against staging
Nick Watts edited this page Apr 1, 2024
·
3 revisions
Manually running tests against staging is mostly useful for smoke testing after an update to one or more backend services in that environment. For changes to Terra UI, e2e tests are automatically run against staging on every commit to the dev
branch.
Login to CircleCI using the GitHub OAuth flow.
Navigate to https://app.circleci.com/pipelines/github/DataBiosphere/terra-ui?branch=dev and click the "Trigger Pipeline" button.
Click "Add Parameters" in the popup and add a parameter named "workflow_to_run" with value "integration-tests-staging".
Terra UI Wiki.
- Getting Started
- Contributor Guide
- Intro to UI Development
- Troubleshooting Build Failures
- Editor Configuration
- BEEs
- Pull Requests
- How to Find a PR Site
- Feature Flags
- Mixpanel
- Cobranding and White-Label Sites
- Using Terra UI packages in other projects