diff --git a/astro.config.mjs b/astro.config.mjs index b7c26115..609714c8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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' }, diff --git a/src/content/docs/project/import-export/import/images/att1_494.png b/src/content/docs/project/import-export/import/images/att1_494.png new file mode 100644 index 00000000..e79c838e Binary files /dev/null and b/src/content/docs/project/import-export/import/images/att1_494.png differ diff --git a/src/content/docs/project/import-export/import/images/att2_494.png b/src/content/docs/project/import-export/import/images/att2_494.png new file mode 100644 index 00000000..96366465 Binary files /dev/null and b/src/content/docs/project/import-export/import/images/att2_494.png differ diff --git a/src/content/docs/project/import-export/import/images/att3_494.png b/src/content/docs/project/import-export/import/images/att3_494.png new file mode 100644 index 00000000..ddb9d2c6 Binary files /dev/null and b/src/content/docs/project/import-export/import/images/att3_494.png differ diff --git a/src/content/docs/project/import-export/import/import-tests-from-Allure-TestOps.md b/src/content/docs/project/import-export/import/import-tests-from-Allure-TestOps.md new file mode 100644 index 00000000..831ab75f --- /dev/null +++ b/src/content/docs/project/import-export/import/import-tests-from-Allure-TestOps.md @@ -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)