Sha256: 87588f3904cb46035a3200efdb740bcc480f26dd707bdc30f96fe73d878f66c8

Contents?: true

Size: 1.27 KB

Versions: 47

Compression:

Stored size: 1.27 KB

Contents

* Using the gem

        $ beaker --log-level debug --hosts sample.cfg --tests test.rb

* Using latest git

        $ bundle exec beaker --log-level debug --hosts sample.cfg --tests test.rb

##Useful options
* `-h, --hosts FILE `, the hosts that you are going to be testing with
* `--log-level debug`, for providing verbose logging and full stacktraces on failure
* `--[no-]provision`, indicates if beaker should provision new boxes upon test execution. If `no` is selected then beaker will attempt to connect to the hosts as defined in `--hosts FILE` without first creating/running them through their hypervisors
* `--preserve-hosts [MODE]`, indicates what should be done with the testing boxes after tests are complete.  If `always` is selected then the boxes will be preserved and left running post-testing.  If `onfail` is selected then the boxes will be preserved only if tests fail, otherwise they will be shut down and destroyed.  If `never` is selected then the boxes will be shut down and destroyed no matter the testing results.
* `--parse-only`, read and parse all command line options, environment options and file options; report the parsed options and exit.

##The Rest
See all options with
* Using the gem

        $ beaker --help

* Using latest git

        $ bundle exec beaker --help

Version data entries

47 entries across 47 versions & 1 rubygems

Version Path
beaker-3.15.0 docs/tutorials/the_command_line.md
beaker-3.14.0 docs/tutorials/the_command_line.md
beaker-3.13.0 docs/tutorials/the_command_line.md
beaker-3.12.0 docs/tutorials/the_command_line.md
beaker-3.11.0 docs/tutorials/the_command_line.md
beaker-3.10.0 docs/tutorials/the_command_line.md
beaker-3.9.0 docs/tutorials/the_command_line.md
beaker-3.8.0 docs/tutorials/the_command_line.md
beaker-3.7.0 docs/tutorials/the_command_line.md
beaker-3.6.0 docs/tutorials/the_command_line.md
beaker-2.52.0 docs/tutorials/the_command_line.md
beaker-3.5.0 docs/tutorials/the_command_line.md
beaker-3.4.0 docs/tutorials/the_command_line.md
beaker-3.3.0 docs/tutorials/the_command_line.md
beaker-3.2.0 docs/tutorials/the_command_line.md
beaker-3.1.0 docs/tutorials/the_command_line.md
beaker-3.0.0 docs/tutorials/the_command_line.md
beaker-2.51.0 docs/tutorials/the_command_line.md
beaker-2.50.0 docs/tutorials/the_command_line.md
beaker-2.49.0 docs/tutorials/the_command_line.md