File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
libs/providers/flagd/src/e2e Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change 11import { getGherkinTestPath } from '@openfeature/flagd-core' ;
22
3- export const FLAGD_NAME = 'flagd' ;
43export const UNSTABLE_CLIENT_NAME = 'unstable' ;
54export const UNAVAILABLE_CLIENT_NAME = 'unavailable' ;
65
76export const GHERKIN_FLAGD = getGherkinTestPath ( '*.feature' ) ;
8- export const CONNECTION_FEATURE = getGherkinTestPath ( 'connection.feature' ) ;
9- export const CONTEXT_ENRICHMENT_FEATURE = getGherkinTestPath ( 'contextEnrichment.feature' ) ;
10- export const EVALUATION_FEATURE = getGherkinTestPath ( 'evaluation.feature' ) ;
11- export const EVENTS_FEATURE = getGherkinTestPath ( 'events.feature' ) ;
12- export const METADATA_FEATURE = getGherkinTestPath ( 'metadata.feature' ) ;
13- export const RPC_CACHING_FEATURE = getGherkinTestPath ( 'rpc-caching.feature' ) ;
14- export const SELECTOR_FEATURE = getGherkinTestPath ( 'selector.feature' ) ;
15- export const SYNC_PAYLOAD_FEATURE = getGherkinTestPath ( 'sync-payload.feature' ) ;
16- export const TARGETING_FEATURE = getGherkinTestPath ( 'targeting.feature' ) ;
17- export const GHERKIN_EVALUATION_FEATURE = getGherkinTestPath (
18- 'evaluation.feature' ,
19- 'spec/specification/assets/gherkin/' ,
20- ) ;
You can’t perform that action at this time.
0 commit comments