Skip to content

qase-tms/qasectl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Qase CLI

qli is Qase on the command line. It allows you to work with test runs and import test results.

Qase CLI is available for Qase and Qase Enterprise users.

Installation

Build from source

  1. Clone the repository
git clone https://github.com/qase-tms/qasectl.git && cd qasectl
  1. Build the binary
make build

You will find the binary in the build directory.

Docker image

  1. Pull the Docker image
docker pull ghcr.io/qase-tms/qase-cli:latest
  1. Run the Docker container
docker run -it ghcr.io/qase-tms/qase-cli:latest 

Usage

The tool is designed to be used in a terminal. You can run qli with the --help flag to see the available commands and options.

You can find more information about the commands and options in the documentation.