Skip to content

Run AutoMate

Julien Gidel edited this page Mar 28, 2021 · 1 revision

CONSTRUCTION

Description:
  Run AutoMate

Usage:
  run [options]

Options:
  -s, --scenario=SCENARIO    Scenario name
  -c, --config=CONFIG        Configuration file path
  -b, --browser[=BROWSER]    Browser to run the scenario [default: ""]
  -l, --headless[=HEADLESS]  Enable running the browser driver in headless mode [default: false]
  -a, --server[=SERVER]      Change the server url to run AutoMate
  -t, --testMode[=TESTMODE]  Enable running AutoMate with testMode [default: false]
  -m, --specMode[=SPECMODE]  Enable running AutoMate with specification [default: false]
  -h, --help                 Display help for the given command. When no command is given display help for the list command
  -q, --quiet                Do not output any message
  -V, --version              Display this application version
      --ansi                 Force ANSI output
      --no-ansi              Disable ANSI output
  -n, --no-interaction       Do not ask any interactive question
  -v|vv|vvv, --verbose       Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug

Help:
  This command allow you to run AutoMate with simple options like server url or test mode
Clone this wiki locally