Skip to content

Consider Renaming CustomersDot Reliable and Sanity E2E Tests to Smoke Tests

Problem

Today, we currently have the following reliable/sanity E2E test suites in CustomersDot:

  • qa-only:stg:saas-reliable - blocking, runs in CustomersDot MRs which update the /qa directory
  • e2e:saas-reliable - blocking, runs after each CustomersDot Staging deployment
  • e2e:production-sanity-check - non-blocking, runs after each CustomersDot Production deployment

We should consider renaming these test suites to be more closely aligned with the GitLab E2E testing terminology. In GitLab, we no longer use the terms reliable or sanity to describe testing suites, and have since consolidated these under the term smoke

Proposal

Edited by Valerie Burton