-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority-highHigh priorityHigh priorityready-to-closeIssue is resolved and ready to be closedIssue is resolved and ready to be closedtestingTesting related changesTesting related changes
Description
Problem
Tests are not running automatically in CI, requiring manual test execution.
Scope
Create a test runner workflow that executes the test suite.
Requirements
- Create .github/workflows/tests.yml
- Run unit tests on iOS Simulator
- Generate test coverage reports
- Upload coverage to tracking service (optional)
- Handle test result artifacts
Notes
- Tests currently have compilation issues (see TODO-SPECIAL.md)
- May need to fix test dependencies first
- Consider running only compilable test targets initially
Priority
High - Automated testing is critical for code quality
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority-highHigh priorityHigh priorityready-to-closeIssue is resolved and ready to be closedIssue is resolved and ready to be closedtestingTesting related changesTesting related changes