migrate-to-testomatio
Installation
SKILL.md
Migrate to Testomat.io
Migrate test suites from another TMS into Testomat.io via UI import, API migration script, or CSV converter.
Pick Strategy
- Identify source: ask for TMS name only if not given.
- Identify input: live instance with API access, or exported CSV/XLSX file.
- Route by source:
- TestRail + API access, >1000 tests or needs attachments/runs: API migration script (TESTRAIL_MIGRATION.md).
- TestRail, <1000 tests, no attachments: built-in UI import (CSV or TestRail API option in Imports window).
- XRay (Jira): migration script producing Testomat.io CSV (XRAY_MIGRATION.md).
- Testmo, QMetry, TestCaseLabs, Allure TestOps export file: CSV converter script (CSV_MIGRATION.md).
- Qase, QTest, Zephyr, other TMS export file: direct UI CSV import, no script (CSV_MIGRATION.md).
- Unsupported or broken TMS support: build a custom converter or API script (CUSTOM_MIGRATION.md).
- Screenshots or file attachments needed: use the API script path, CSV import cannot create attachments.
- Never invent converter output columns; converted files always import with format
Testomat.io. - API scripts need source credentials plus a Testomat.io General Token; never hardcode tokens, use
.env.