dai-ct
v1.0.12
Published
## Introduction This package enables running multiple execution types easily from terminal against continuous testing cloud.
Keywords
Readme
Digital.ai CT CLI
Introduction
This package enables running multiple execution types easily from terminal against continuous testing cloud.
Install
To install the package please run the following command: npm install dai-ct
Usage
- Create a file credentials.json in root directory that contains cloudUrl and accessKey in json format
- Run the project with dai-ct [command] [options]
Example for Help command
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
cypress cypress cli
playwright playwright cli
espresso espresso cli
xcuitest xcuitest cli
help [command] display help for commandExample for Cypress command
Usage: dai-ct cypress run [options]
Options:
-p, --project <projectPath> project folder path
-c, --conf <jsonFile> digitalai.json
-h, --help display help for commandDocumentation
For more details you can visit: Dai-CT Execution Command Line Interface
