Roadmap
✅ Completed Features
Feature | Description |
---|---|
Java Test Case Extraction | Supports extracting test cases from Java (JUnit/TestNG) source files |
Python Support | Parses Python (e.g., Pytest) into Xray test issues |
Robot Framework Support | Parses RobotFramework |
GitHub Integration | Connect to GitHub Cloud via PAT and fetch files from specified branches |
GitHub Webhook Support | Auto-trigger sync on push/PR merge; configurable by branch and path |
Xray Cloud Integration | Create or update |
Multi-language Test Detection | Automatically detects and handles Java/Python/Robot cases in one job |
Project Configuration Panel | Manage Git repo, test path, and test management settings via UI |
Manual Sync Button | Manually trigger test case extraction from project page |
Webhook Filtering | Configure to trigger only on specific branches or paths |
🔧 In-Progress
Feature | Description | ETA |
---|---|---|
Xray Update Blacklist | Allow users to ignore specific field changes (e.g., summary, folder) during update | Q3 2025 |
Smart Sync Logic | Ensures idempotent updates by tracking changes via issue properties | Q3 2025 |
🔜 Planned Features
Feature | Description | Target |
---|---|---|
GitLab Cloud Integration | Support http://GitLab.com including repo scan and webhook triggers | Q4 2025 |
Bitbucket Cloud Integration | Add native Bitbucket Cloud support ( + webhook) | Q4 2025 |
Zephyr Integration | Sync test cases to Zephyr Scale (formerly TM4J) | Q4 2025 |
Last Sync Summary Panel | Show extracted test case count, duration, file list, and errors | Q4 2025 |
Audit Logs | Record and expose logs of all sync operations for traceability | Q1 2026 |
AI Description Generator | Use LLMs to summarize test methods into natural language test descriptions | Q2 2026 |
🧭 Future Directions (Under Consideration)
AI folder prediction (suggest test folder paths based on file/module semantics)
Code coverage mapping integration (with CI tools like Codecov)
Scheduled batch syncs (cron-like automated extractions)
Enterprise deployment options (private Forge, audit export)