magicpod-analyzer
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

magicpod-analyzer

Export MagicPod test data for analyzing. Inspired by CIAnalyzer.

oclif Version CircleCI Downloads/week License

日本語版はこちら

Usage

$ npm install -g magicpod-analyzer
$ magicpod-analyzer COMMAND
running command...
$ magicpod-analyzer (--version)
magicpod-analyzer/0.5.0 darwin-arm64 node-v18.16.0
$ magicpod-analyzer --help [COMMAND]
USAGE
  $ magicpod-analyzer COMMAND
...

Commands

magicpod-analyzer get-batch-runs

Retrieve specified project's batch run data from MagicPod.

USAGE
  $ magicpod-analyzer get-batch-runs --token <value> [-c <value>] [-d]

FLAGS
  -c, --config=<value>  Config file default: magicpod_analyzer.yaml
  -d, --debug           Enable debug mode. You can also set this value via environment variable
                        `MAGICPOD_ANALYZER_DEBUG`
  --token=<value>       (required) Access token for MagicPod API. You can also set this value via environment variable
                        `MAGICPOD_TOKEN`

DESCRIPTION
  Retrieve specified project's batch run data from MagicPod.

EXAMPLES
  $ magicpod-analyzer get-batch-runs

See code: dist/commands/get-batch-runs.ts

magicpod-analyzer help [COMMANDS]

Display help for magicpod-analyzer.

USAGE
  $ magicpod-analyzer help [COMMANDS] [-n]

ARGUMENTS
  COMMANDS  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for magicpod-analyzer.

See code: @oclif/plugin-help

Readme

Keywords

Package Sidebar

Install

npm i magicpod-analyzer

Weekly Downloads

0

Version

0.5.0

License

MIT

Unpacked Size

50.5 kB

Total Files

36

Last publish

Collaborators

  • takeyaqa