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.
- Clone the repository
git clone https://github.com/qase-tms/qasectl.git && cd qasectl
- Build the binary
make build
You will find the binary in the build
directory.
- Pull the Docker image
docker pull ghcr.io/qase-tms/qase-cli:latest
- Run the Docker container
docker run --rm ghcr.io/qase-tms/qase-cli:latest version
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.