Install via npm, yarn, or pnpm. Verify your installation and troubleshoot common issues.
The Check Studio CLI is the primary interface for running tests locally, managing projects, and connecting to CI/CD pipelines.
npm (recommended)
npm install -g @checkstudio/clibashYarn
yarn global add @checkstudio/clibashpnpm
pnpm add -g @checkstudio/clibashVerify installation
checkstudio --versionbashTroubleshooting
If the command is not found, ensure your global npm bin directory is in your PATH. Run npm bin -g to find the path.
Was this article helpful?
Still have questions?
Our support team is here to help. Reach out directly or search the docs.