Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 948 Bytes

File metadata and controls

55 lines (34 loc) · 948 Bytes

This is the template README. Please update this with project specific content.

pension-scheme-return-sipp-api-tests

PSR SIPP API tests.

Pre-requisites

Services

Start Mongo Docker container as follows:

docker run --rm -d -p 27017:27017 --name mongo percona/percona-server-mongodb:5.0

Start <PSR_ALL> services as follows:

sm2 --start PSR_ALL

Tests

Run tests as follows:

  • Argument <environment> must be local, dev, qa or staging.
./run-tests.sh <environment>

Scalafmt

Check all project files are formatted as expected as follows:

sbt scalafmtCheckAll scalafmtCheck

Format *.sbt and project/*.scala files as follows:

sbt scalafmtSbt

Format all project files as follows:

sbt scalafmtAll

License

This code is open source software licensed under the Apache 2.0 License.