Skip to content

hmrc/pillar2-api-tests

Repository files navigation

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

pillar2-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 <SERVICE_MANAGER_PROFILE> services as follows:

sm2 --start <SERVICE_MANAGER_PROFILE>

Tests

Run tests as follows:

  • Argument <local> 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published