🧪 test: implement comprehensive BDD test suite for JWT secret rotation
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 11s
CI/CD Pipeline / CI Pipeline (push) Failing after 4m23s

- Added JWT secret rotation feature tests
- Implemented config management BDD steps
- Created greet service BDD scenarios
- Enhanced test server with JWT rotation support
- Added comprehensive step definitions

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
2026-04-09 22:51:19 +02:00
parent e7c6154eab
commit 5c8f42b33f
5 changed files with 303 additions and 17 deletions

View File

@@ -30,6 +30,8 @@ func InitializeTestSuite(ctx *godog.TestSuiteContext) {
}
sharedServer.Stop()
}
// Cleanup any test config files
steps.CleanupAllTestConfigFiles()
})
}