🧪 test: add JWT secret rotation BDD scenarios and step implementations #12

Merged
arcodange merged 72 commits from feature/jwt-secret-rotation into main 2026-04-11 17:56:47 +02:00
Showing only changes of commit e7c6154eab - Show all commits

View File

@@ -95,8 +95,10 @@ else
fi fi
# Run tests with proper coverage measurement # Run tests with proper coverage measurement
set +e
test_output=$(go test ./features/... -v -cover -coverpkg=./... -coverprofile=coverage.out 2>&1) test_output=$(go test ./features/... -v -cover -coverpkg=./... -coverprofile=coverage.out 2>&1)
test_exit_code=$? test_exit_code=$?
set -e
echo "$test_output" echo "$test_output"