Sha256: 40fdc860ffbe308aebc735ab23f457ff45dba3d2a77ddc04164b54ddb800c3f7

Contents?: true

Size: 1.32 KB

Versions: 17

Compression:

Stored size: 1.32 KB

Contents

# beaker-pe

The Puppet Enterprise (PE) Beaker Library

# What is This Thing?

The PE Beaker library contains all PE-specific

1. installation methods
2. helpers

that help someone acceptance test PE easier with Beaker.

# Spec Testing

Spec tests all live under the `spec` folder.  These are the default rake task, &
so can be run with a simple `bundle exec rake`, as well as being fully specified
by running `bundle exec rake test:spec:run` or using the `test:spec` task.


There are also code coverage tests built into the template, which can be run
with spec testing by running the `test:spec:coverage` rake task.


## Acceptance Testing

Acceptance tests live in the `acceptance/tests` folder.  These are Beaker tests,
& are dependent on having Beaker installed. Note that this will happen with a
`bundle install` execution, but can be avoided if you're not looking to run 
acceptance tests by ignoring the `acceptance_testing` gem group.


You can run the acceptance testing suite by invoking the `test:acceptance` rake
task. It should be noted that this is a shortcut for the `test:acceptance:quick`
task, which is named as such because it uses no pre-suite.  This uses a default
provided hosts file for acceptance under the `acceptance/config` directory. If
you'd like to provide your own hosts file, set the `CONFIG` environment variable.

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
beaker-pe-0.12.2 README.md
beaker-pe-0.12.1 README.md
beaker-pe-0.12.0 README.md
beaker-pe-0.11.0 README.md
beaker-pe-0.10.1 README.md
beaker-pe-0.10.0 README.md
beaker-pe-0.9.0 README.md
beaker-pe-0.8.0 README.md
beaker-pe-0.7.0 README.md
beaker-pe-0.6.0 README.md
beaker-pe-0.5.0 README.md
beaker-pe-0.4.0 README.md
beaker-pe-0.3.0 README.md
beaker-pe-0.2.0 README.md
beaker-pe-0.1.2 README.md
beaker-pe-0.1.1 README.md
beaker-pe-0.1.0 README.md