Skip to content

Commit 4542c3c

Browse files
authored
fix: add additional tags for better filtering options (#339)
it is hard not to diverge between a cached and a stable response - so i added an additional tag to separate both cases Signed-off-by: Simon Schrottner <[email protected]>
1 parent a6dc4c7 commit 4542c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/assets/gherkin/evaluation_v2.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ Feature: Flag Evaluations - Complete OpenFeature Specification Coverage
419419

420420
# Spec 1.4.7: Testing CACHED reason code
421421
# Testing: provider can return CACHED reason for performance optimization
422-
@reason-codes @spec-1.4.7
422+
@reason-codes @reason-codes-cached @spec-1.4.7
423423
Scenario Outline: CACHED reason
424424
Given a <type>-flag with key "<key>" and a fallback value "<default>"
425425
When the flag was evaluated with details
@@ -433,7 +433,7 @@ Feature: Flag Evaluations - Complete OpenFeature Specification Coverage
433433
# Spec 1.4.7: Testing DISABLED reason code
434434
# Testing: provider can return DISABLED reason when flag is turned off
435435
# Note: Test data setup ensures these flags are configured as disabled
436-
@reason-codes @spec-1.4.7
436+
@reason-codes @reason-codes-disabled @spec-1.4.7
437437
Scenario Outline: DISABLED reason
438438
Given a <type>-flag with key "<key>" and a fallback value "<default>"
439439
When the flag was evaluated with details
@@ -522,7 +522,7 @@ Feature: Flag Evaluations - Complete OpenFeature Specification Coverage
522522
| key | type | default | resolved_value |
523523
| integer-flag | Integer | 1 | 10 |
524524
| float-flag | Float | 0.1 | 0.5 |
525-
525+
526526
@objects
527527
Examples: Object evaluations
528528
| key | type | default | resolved_value |

0 commit comments

Comments
 (0)