🧪 test: add command-line tag override via GODOG_TAGS
- Modify all feature test suites to accept GODOG_TAGS environment variable - Allow runtime tag filtering override for focused testing - Update BDD_TAGS.md with usage examples - Maintain default behavior when GODOG_TAGS not set Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
@@ -4,7 +4,7 @@ Feature: JWT Secret Rotation
|
||||
I want to rotate JWT secrets without disrupting users
|
||||
So that we can maintain security while ensuring continuous service
|
||||
|
||||
@todo
|
||||
@wip
|
||||
Scenario: Authentication with multiple valid JWT secrets
|
||||
Given the server is running with multiple JWT secrets
|
||||
And a user "multiuser" exists with password "testpass123"
|
||||
|
||||
Reference in New Issue
Block a user