- Add STATE_TRACER_README.md with full documentation - Add state_tracer.go for per-process BDD execution tracing to $TMPDIR - Integrate tracing hooks in suite.go (SCENARIO_START/END, JWT_RESET, DB_CLEANUP) - Fix config_steps.go: increase file recreation delay to 1100ms for 1s polling interval - Fix config_test.go: update expected values to match current implementation - Document findings: sequential per-feature execution, shared DB, in-memory JWT secrets - Identify root causes of intermittent failures Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
37 lines
414 B
Plaintext
37 lines
414 B
Plaintext
# Binaries
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
bin/
|
|
|
|
# Dependency directories
|
|
vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
|
|
# macOS specific files
|
|
.DS_Store
|
|
|
|
# Server runtime files
|
|
server.log
|
|
server.pid
|
|
*.log
|
|
pkg/server/docs/
|
|
|
|
# BDD test files
|
|
features/**/*-config.yaml
|
|
test-config.yaml
|
|
test-v2-config.yaml
|
|
|
|
# CI/CD runner configuration
|
|
config/runner
|
|
.runner
|
|
coverage.txt
|
|
trigger.txt
|
|
test_trigger.txt
|