This is the new cis-contractor-frontend repository
Service Manager: sm2 --start CIS_ALL
To start the server locally: sbt run
Run unit tests with:
sbt testCheck code coverage with:
sbt clean coverage test it/test coverageReportRun integration tests with:
sbt it/testBefore committing code, please ensure all tests pass and code coverage is satisfactory and the code has been formatted
using sbt scalafmtAll. Alternatively, you can run the following script in the root directory, which does all
these steps for you:
./run_all_tests.shThis code is open source software licensed under the Apache 2.0 License.