{"id":34857742,"url":"https://github.com/testomatio/migrate-allure","last_synced_at":"2026-05-24T02:34:20.925Z","repository":{"id":328177070,"uuid":"1114170108","full_name":"testomatio/migrate-allure","owner":"testomatio","description":"Allure TestOps migration script","archived":false,"fork":false,"pushed_at":"2025-12-11T13:34:00.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-27T05:29:32.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/testomatio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-11T02:08:11.000Z","updated_at":"2025-12-11T13:34:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/testomatio/migrate-allure","commit_stats":null,"previous_names":["testomatio/migrate-allure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/testomatio/migrate-allure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fmigrate-allure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fmigrate-allure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fmigrate-allure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fmigrate-allure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testomatio","download_url":"https://codeload.github.com/testomatio/migrate-allure/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testomatio%2Fmigrate-allure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33419556,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"online","status_checked_at":"2026-05-24T02:00:06.296Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-12-25T20:27:37.791Z","updated_at":"2026-05-24T02:34:20.919Z","avatar_url":"https://github.com/testomatio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Migrate Allure TestOps\n\nThis script converts Allure TestOps CSV exports to Testomat.io CSV format for seamless test migration.\n\n## Requirements\n\n* NodeJS \u003e= 18 required\n* Git\n\n## Installation\n\nOpen terminal and run the following commands\n\n```\ngit clone git@github.com:testomatio/migrate-allure.git\ncd migrate-allure\nnpm install\n```\n\n## Usage\n\nRun the script providing path to the Allure TestOps CSV file:\n\n```\nnode convert.js \u003cpath-to-allure-csv\u003e\n```\n\nExample:\n\n```\nnode convert.js allure.csv\n```\n\nThis script will produce `allure_Testomatio.csv` which can be imported into [Testomat.io](https://app.testomat.io) by setting the import format as Testomat.io.\n\n## Features\n\nThe converter automatically processes the following data from Allure TestOps:\n\n* **Test IDs**: Converts Allure IDs to T-prefixed 8-digit format (e.g., `93358` → `T00093358`)\n* **Folder Hierarchy**: Maps `Feature/Epic/Story` fields to hierarchical folder structure\n* **Test Steps**: Parses and formats test scenarios with proper Markdown structure\n* **Preconditions**: Extracts and formats preconditions from the `precondition` field\n* **JIRA Integration**: Extracts JIRA issue IDs from `jira-*` columns and URLs\n* **Status Mapping**: Converts `automated` field to `Status` column (`true` → `automated`, `false` → `manual`)\n* **Metadata Labels**: Automatically extracts remaining fields as key:value labels\n* **Character Encoding**: Replaces problematic characters (`\u003c` → `≺`, `\u003e` → `≻`) to prevent HTML entity issues\n\n## Output CSV Structure\n\nThe generated CSV includes the following columns:\n\n* **ID** - T-prefixed 8-character test ID\n* **Title** - Test case name\n* **Folder** - Feature/Epic/Story hierarchy (with `/` replaced by `|` in folder names)\n* **Priority** - Mapped priority levels (high/normal/low)\n* **Tags** - Extracted from `tag`, `SubStory`, and other metadata fields\n* **Owner** - Test owner from `Owner` or `Created By` fields\n* **Status** - `automated` or `manual` based on the `automated` field\n* **Description** - Markdown-formatted test steps and preconditions\n* **Labels** - Key:value pairs from remaining unextracted fields\n* **Issues** - Comma-separated JIRA issue IDs\n\n## Customization\n\nThis script is provided as is but feel free to update `convert.js` to match your specific needs.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestomatio%2Fmigrate-allure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestomatio%2Fmigrate-allure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestomatio%2Fmigrate-allure/lists"}