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:
parent
c2bd0d9d07
commit
3d65bfa38d
1 changed files with 7 additions and 0 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Reference in a new issue