Files
cleveragents-core/robot
freemo 696a30581a fix: Correct TDD tag format in e2e tests
- Fixed tag format from @tdd_issue:N to @tdd_issue_N (underscore instead of colon)
- Added missing @tdd_issue base tag to all tests with @tdd_expected_fail
- This ensures the TDD expected-fail listener properly recognizes and inverts the test results

The TDD system requires three tags:
1. @tdd_issue (base tag for filtering)
2. @tdd_issue_N (specific issue reference)
3. @tdd_expected_fail (to invert the result)

Previously e2e tests were using @tdd_issue:N format which the listener doesn't recognize.
2026-04-08 10:51:06 +00:00
..