This is the template README. Please update this with project specific content.
PSR SIPP API tests.
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
Run tests as follows:
- Argument
<environment>
must belocal
,dev
,qa
orstaging
.
./run-tests.sh <environment>
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
This code is open source software licensed under the Apache 2.0 License.