Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 974 Bytes

File metadata and controls

24 lines (18 loc) · 974 Bytes

Acceptance Tests

Requirements:

Running:

cd acceptance-tests
./run-local.sh

Focussed tests:

If you want to run only a specific part of the suite, you can use focussed specs

The easiest way is to just add an F to your Describe, Context or It closures. Don't forget to do a local commit before running the tests, else BOSH will fail to produce a release. The git repo must be clean before running the tests.