Skip to content

Quick start

Create an account#

First you need to create an account on our platform emcee.cloud

  • It's absolutely free
  • No credit cards or payments required
  • No additional verification

Right after registration, you will have a demo account that provides full access to our platform

Account creation restrictions

  • Self-registration may be restricted
  • If you have any problems please contact us

Configure Test Run#

You can easily access to Test Run creation form by clicking on one of the buttons:

  • Start my first run button on the main page start_my_first_run.png

  • New Test Run button on the top bar. new_test_run.png

1. Choose platform#

First you need to select one of the platforms by clicking on the appropriate icon.

choose_platform.png

2. Submit test artifacts#

Minimum required artifacts set#

  • App binary
  • Tests binary

Info

For iOS UI tests you need to provide Test runner binary.

In this step, you must submit your artifacts in one of two ways:

Passing URL that refers to your artifacts.#

url_artifacts.png

URL requirements

  • URL must be available without authentications
  • Name of target artifact must be provided in the URL after # e.g. https://my.com/artifact#my_test_artifact.app

Uploading artifacts to our storage.#

file_artifacts.png

Artifacts requirements

  • All iOS artifacts must be packed in ZIP.
  • All Paths to iOS artifacts in archives must contain extension.
  • All Android artifacts must be an apk without zipping.

Combine uploading and url passing#

You also can combine these two methods

artifacts_combination.png

3. Select tests#

We will parse your test artifacts and show the list of your tests.

In this step, you can specify which tests you want to run.

choose_tests.png

4. Set runtime and additional parameters#

You can configure additional parameters:

  • Runtime (SDK/SimRuntime)
  • Locale
  • Environment variables

additional_configuration.png

5. Start your run#

This is it!

Just click Start tests button.

Analyze test results#

After running the tests, you will be redirected to the Test Run page.

Here you can see the progress of your tests.

Once the test run is complete, expanded information will be available.

It is also possible to download reports in Allure/XCResult/JUnit formats after the run is completed.

For more information see Test results and history