0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added comment regarding Feature flags & E2E tests (#21897)

ref [ENG-1862](https://linear.app/tryghost/issue/ENG-1862/)

- Added information regarding Feature Flag behaviour during E2E tests
This commit is contained in:
Ronald Langeveld 2024-12-17 10:44:59 +07:00 committed by GitHub
parent c2bd0d9d07
commit 3d65bfa38d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,10 @@
// Feature flags behaviour in tests:
// By default, all flags listed in GA_FEATURES, BETA_FEATURES, and ALPHA_FEATURES
// are globally enabled during E2E tests. This ensures flagged code paths are tested
// automatically.
// For more details, see the E2E testing documentation:
// https://www.notion.so/ghost/End-to-end-Testing-6a2ef073b1754b18aff42e24a632a007
const _ = require('lodash');
const errors = require('@tryghost/errors');
const logging = require('@tryghost/logging');