Commit Graph

2 Commits

Author SHA1 Message Date
de2e03519e 🎯 refactor: implement comprehensive BDD test suite with modular architecture
Some checks failed
CI/CD Pipeline / Build Docker Cache (push) Successful in 9s
CI/CD Pipeline / CI Pipeline (push) Failing after 3m5s
 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 <vibe@mistral.ai>
2026-04-10 00:10:06 +02:00
d1d618a2e6 🧪 test: implement Phase 2 BDD infrastructure with synchronization, context management, and tag-based execution
- 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 <vibe@mistral.ai>
2026-04-09 23:25:28 +02:00