📝 docs: add ADR 0024 for BDD test organization and isolation strategy

Updates .gitignore to ignore feature-specific config files

Aligns test organization with Godog best practices and community standards
This commit is contained in:
2026-04-09 22:45:40 +02:00
parent f4bc0c8fdf
commit 02bbfdb111
3 changed files with 389 additions and 1 deletions

3
.gitignore vendored
View File

@@ -24,8 +24,9 @@ server.pid
pkg/server/docs/
# BDD test files
features/test-config.yaml
features/*/*-config.yaml
test-config.yaml
test-v2-config.yaml
# CI/CD runner configuration
config/runner