Skip to content

Import Tests From Zephyr

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

Export from Zephyr, then import the file through the Imports window

  1. Open your Zephyr project.
  2. Export your test cases as a CSV file.
  3. Save it on your computer.

Start importing your tests to Testomat.io:

  1. Open your project and go to the Tests tab.
  2. Click the () menu.
  3. Choose Import from other TMS.

Tests tab with the extra menu

In the Imports window:

  1. Click Import.
  2. Choose Import from CSV. A sidebar opens on the right.
  3. Choose Zephyr from the dropdown.
  4. Click Choose file, select your exported CSV.
  5. Click Create.

image Import from Spreadsheet button

Testomat.io reads the file, and your tests appear on the Tests page.

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.

  • 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.