@bionicmetrics/bionic v1.3.6
bionic
Bionic Metrics CLI
Usage
$ npm install -g @bionicmetrics/bionic
$ bionic COMMAND
running command...
$ bionic (-v|--version|version)
@bionicmetrics/bionic/1.3.5 linux-x64 node-v16.14.2
$ bionic --help [COMMAND]
USAGE
$ bionic COMMAND
...
Commands
bionic help [COMMAND]
bionic info
bionic pull MODE [FILE]
bionic push MODE [FILE]
bionic run MODE GUID
bionic setup
bionic start
bionic help [COMMAND]
display help for bionic
USAGE
$ bionic help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
bionic info
Info about Bionic Metrics CLI
USAGE
$ bionic info
See code: src/commands/info.js
bionic pull MODE [FILE]
Pull tests or modules down to the local file system
USAGE
$ bionic pull MODE [FILE]
ARGUMENTS
MODE (all|test|module) pull mode
FILE file path for a test or module
OPTIONS
-d, --debug debug mode
See code: src/commands/pull.js
bionic push MODE [FILE]
Push tests or modules to the cloud. Note this is not compatible with Git-Mode. Only use this command if you understand what you are doing.
USAGE
$ bionic push MODE [FILE]
ARGUMENTS
MODE (all|test|module) push mode
FILE file path for a test or module
OPTIONS
-d, --debug debug mode
See code: src/commands/push.js
bionic run MODE GUID
Run a test or suite
USAGE
$ bionic run MODE GUID
ARGUMENTS
MODE (test|suite) Run a suite or test
GUID guid of suite or test to be run
OPTIONS
-d, --debug debug mode
-l, --local run on local agent (must have local agent running on a machine somewhere (bionic start)
See code: src/commands/run.js
bionic setup
Setup the Bionic Metrics CLI
USAGE
$ bionic setup
See code: src/commands/setup.js
bionic start
Start the Bionic Metrics Local Agent
USAGE
$ bionic start
OPTIONS
-d, --debug debug mode
-n, --browser=chrome|firefox|safari|ie|edge browser override
-s, --server=server webdriver server override (http://localhost:9515)
See code: src/commands/start.js
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago