Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  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.

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

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

  • No labels