Tests for Land Registry microservices.
Install all dependencies with Bundler:
bundle install
Export the necessary BasicAuth credentials to your environment before you start:
export HTTPBASICAUTH_USERNAME='redacted'
export HTTPBASICAUTH_PASSWORD='redacted'
Run the test tasks with Rake:
rake # defaults to 'local'
rake features:local
rake features:devenv
rake features:heroku
Or to run a specific feature:
cucumber features/sample.feature
You can add fixtures to fixtures, or pull it from the web.
Add your fixture mappings to the fixture mapping configuration.
