Skip to content

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.

Screen Shot 2022-09-15 at 1 55 25 PM

Click "Add Parameters" in the popup and add a parameter named "workflow_to_run" with value "integration-tests-staging".

Screen Shot 2022-09-15 at 10 36 15 AM

Clone this wiki locally