Import Tests From Zephyr
Export your tests in Zephyr to a file and import that file into Testomat.io.

Export Zephyr file
Section titled “Export Zephyr file”- Open your Zephyr project.
- Export your test cases as a CSV file.
- Save it on your computer.
Import your Zephyr file
Section titled “Import your Zephyr file”Start importing your tests to Testomat.io:
- Open your project and go to the Tests tab.
- Click the (
…) menu. - Choose Import from other TMS.

In the Imports window:
- Click Import.
- Choose Import from CSV. A sidebar opens on the right.
- Choose Zephyr from the dropdown.
- Click Choose file, select your exported CSV.
- Click Create.

Testomat.io reads the file, and your tests appear on the Tests page.
Turn your tests into BDD scenarios
Section titled “Turn your tests into BDD scenarios”You can also import your BDD projects into Testomat.io. Follow the import steps in your BDD project and every row of the CSV file becomes a scenario:
- Precondition becomes Given
- Step becomes When
- Expected Result becomes Then
Your tests are saved as feature files. Leave the checkbox clear and they arrive as classic test cases instead. Full details are in Import from CSV/XLSX.
If this doesn’t work
Section titled “If this doesn’t work”- The import fails. Check that the first row of your file holds column names.
- Your folders are flat. Make sure you picked Zephyr in the dropdown, not another format.
- Something is still off. Contact support with your file attached.
Next steps
Section titled “Next steps”- Import from CSV/XLSX - the column reference and every other supported format.
- Running Tests Manually - run the tests you just imported and record the results.
- Labels and Custom Fields - organize your imported tests by priority, type, or any Zephyr field.