@bionicmetrics/bionic

1.3.6 • Public • Published

bionic

Bionic Metrics CLI

oclif Version

Usage

$ npm install -g @bionicmetrics/bionic
$ bionic COMMAND
running command...
$ bionic (-v|--version|version)
@bionicmetrics/bionic/1.3.6 linux-x64 node-v16.14.2
$ bionic --help [COMMAND]
USAGE
  $ bionic COMMAND
...

Commands

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|dashboard) Run a suite, test, or dashboard
  GUID  guid of suite or test to be run. Dashboard can either be guid or git branch name.

OPTIONS
  -d, --debug            debug mode
  -l, --local            run on local agent (must have local agent running on a machine somewhere (bionic start)
  -s, --sequential       run dashboard or dashboard-suites sequentially (for dashboard runs only)
  --baseUrl=baseUrl      Override the baseUrl (for dashboard runs only)
  --inputJson=inputJson  JSON input override (for dashboard runs only)

  --suites=suites        [default: all] common-separated subset of suite guids to run for a dashboard (for dashboard
                         runs only)

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

Readme

Keywords

Package Sidebar

Install

npm i @bionicmetrics/bionic

Weekly Downloads

7

Version

1.3.6

License

UNLICENSED

Unpacked Size

258 kB

Total Files

65

Last publish

Collaborators

  • odellcraig