Skip to content

Advanced Test Run

Test plans(XCTestRun)#

Emcee supports xcode test plans

How to (UI)#

  1. Click New Test Run button on the top bar.
  2. Choose iOS platform.
  3. Upload xctestrun file or provide URL for it.

xctestrun file requirements

xctestrun file mustn't be packed in zip.

4. Upload all artifacts required for your xctestrun

5. Check tests on next screen and filter them if needed.

6. Check ENVs and runtime on next screen and rewrite them if needed.

7. Start run.

How to (API)#

Use Test Run Create method

Test Run Create params for xctestrun

  • You must provide all artifacts link required for your xctestrun (including xctestrun file without zipping)
  • You can rewrite ENVs or Runtime by passing them in params
  • You can rewrite test entries by passing them in params