Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Integration tests for the Offender Management Allocation Manager

Notifications You must be signed in to change notification settings

ministryofjustice/offender-management-integration-tests

Repository files navigation

Integration tests for Offender Management Allocation API & Manager

Setup instructions

Running tests

bundle install
bundle exec rspec spec

Test Configuration

I recommend copying .env.example to .env and using direnv to automatically load these configuration variables (brew install direnv).

See .env.example for default development configuration.

START_PAGE

This should be the start page for the offender management allocation manager.

Docker build

docker build -t offender-management-integration .
docker run --env-file=.env offender-management-integration

About

Integration tests for the Offender Management Allocation Manager

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published