Skip to content

Trigger e2e tests when a feature is enabled

Sanad Liaquat requested to merge shl-trigger-e2e-tests-on-feature-toggle into master

Note: This will require adding STAGING_OPS_E2E_TRIGGER_TOKEN and PROD_OPS_E2E_TRIGGER_TOKEN to the chatops project. The values are available in 1P Engineering vault.

This MR adds the ability to trigger:

  1. Full end-to-end test suite against staging when a feature flag is enabled.
  2. Smoke end-to-end test suite against production when a feature flag is enabled.

Also posts a link to the pipeline to qa-staging or qa-production Slack channel:

Screenshot_2021-09-09_at_1.56.11_PM

Related issue: #110 (closed)

Edited by Sanad Liaquat

Merge request reports