<aside> 📌  Latest Version: v1.21

</aside>


This guide provides instructions on how to run Apptim tests in the cloud using a developer-friendly CLI. This solution enables your team to define pass-fail criteria based on your own thresholds and execute fast performance smoke tests over a wide range of real devices.

After running the first tests, you can define your own thresholds to fail your CI pipeline using CLI status code or by using the Json outputs generated.


Getting Started

1. Prerequisites

  1. Download Apptim CLI solution (win | mac | linux)
  2. A native mobile app (.ipa | .apk)
  3. A valid & enabled APPTIM_APIKEY from your Apptim Cloud account
  4. A key-pair access and secret key for AWS Device Farm (provided by Apptim).

2. Installation

Unzip the apptim-cli-{platform}-{version}.zip file provided by Apptim inside any folder in your computer.

For macOS you will need an additional step to trust the binaries on the folder, by running the following command:

> sudo xattr -r -d com.apple.quarantine .

3. Setting up your credentials