Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Install Python 3.6 or greater (instructions for installing Python on your OS can be found here).

  2. Install the latest version of pip (instructions for installing pip can be found here).

  3. Install the Testery CLI using pip.

    Code Block
    pip install testery --upgrade
  4. That’s it! You can now run the Testery CLI.

    Code Block
    > testery --help                                                                         
    Usage: testery [OPTIONS] COMMAND [ARGS]...
    
      Testery CLI
    
      Kick off test runs from your CI/CD platform and run them on Testery's
      next-generation, cloud-based testing grid.
    
    Options:
      --help  Show this message and exit.
    
    Commands:
      add-file                Adds a file to a test run.
      cancel-test-run         Cancels a test run.
      create-test-run         Submits a Git-based test run to the Testery...
      load-users
      monitor-test-run
      monitor-test-runs
      upload-build-artifacts  Uploads a file or directory of build...
      verify-token            Verifies your username and authentication...

5. To get started, check out the Testery CLI Command Reference.