govuk-docker-up builds finder-frontend and all its dependent applications
govuk-docker-up app-live builds finder-frontend pointing at the production content store and search stack
govuk-docker-up app-integration builds finder-frontend pointing at the integration content store and search stack
govuk-docker-up app-live-local-search builds finder-frontend pointing at the live content store and a local version of search api.
Running the test suite
If you are using GOV.UK Docker, remember to prefix the commands that follow with govuk-docker-run. See the GOV.UK Docker usage instructions for examples.
# run all the tests
bundle exec rake
# run only feature tests
bundle exec cucumber
# run only JS tests
bundle exec rake jasmine:ci
Further documentation
See the docs/ directory for manuals and instructions.