Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export default defineConfig({

{ label: 'Import Tests From Testmo', link: '/project/import-export/import/import-tests-from-testmo' },
{ label: 'Import Tests From QMetry', link: '/project/import-export/import/import-tests-from-qmetry' },
{ label: 'Import Tests From Allure TestOps', link: '/project/import-export/import/import-tests-from-allure-testops' },
{ label: 'Import Tests From TestCaseLabs', link: '/project/import-export/import/import-tests-from-testcaselabs' },
{ label: 'Import Tests From XRay', link: '/project/import-export/import/import-tests-from-xray' },

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
title: Import Tests From Allure TestOps
description: Learn how to import tests from Allure TestOps using a customizable migration script for more advanced, tailored imports.
type: article
url: https://docs.testomat.io/project/import-export/import-tests-from-allure-testops
head:
- tag: meta
attrs:
name: keywords
content: Testomat.io, CSV, Allure TestOps, test import, migration, manual tests, automated tests, test management, custom CSV, convert tests.
---

If you have existing tests in Allure TestOps and wish to migrate to Testomat.io, you can import tests from Allure TestOps using a customizable migration script for more advanced, tailored imports.

## Where to Find a Migration Script

Use the custom migration script to convert an Allure TestOps CSV file into Testomat.io’s CSV format. This method is recommended if you need customization or want to adjust the structure of your test cases during the migration process.

Click [migration script instructions](https://github.com/testomatio/migrate-allure) to access the script and get started.

## How to Import Tests into Testomat.io

Once tests are converted and a new project is [created](https://docs.testomat.io/getting-started/#create-project),

1. Navigate to the **Tests** page
2. Click the **Import from Spreadsheet** button

![Import from Spreadsheet](./images/att1_494.png)

Once redirected to the **Imports** page

3. From the dropdown menu, select the **Testomatio**
4. Select the file generated by the migration script
5. Click the **Create** button to complete the import

![Import tests](./images/att3_494.png)

Or alternative way, if you're working in an existing project,

1. Navigate to the **Imports** page
2. Click the **Import from CSV** button

![Import from CSV](./images/att2_494.png)

3. From the dropdown menu, select the **Testomatio**
4. Select the file generated by the migration script
5. Click the **Create** button to complete the import

![Import tests](./images/att3_494.png)