✨ feat: add feature-based test organization per ADR 0024 🐛 fix: resolve compilation errors in suite_feature.go 📝 docs: add comprehensive BDD framework documentation ♻️ refactor: split monolithic tests into modular features 🧪 test: implement synchronization helpers and context management ⚡ perf: add parallel test execution capability 🔧 chore: add feature-specific test scripts and validation 📚 docs: move BDD_TAGS.md to features/ for better organization Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <[email protected]>
- Added synchronization helpers (waitForServerReady, waitForConfigReload, etc.) - Implemented feature-specific context management (AuthContext, ConfigContext) - Created feature suite initialization (InitializeFeatureSuite, CleanupFeatureSuite) - Added comprehensive tag-based test execution with @smoke, @critical, @basic tags - Enhanced run-bdd-tests.sh with list-tags and run [tags] subcommands - Added BDD_TAGS.md documentation for tag usage - Maintained backward compatibility with existing test structure Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <[email protected]>