This is the template README. Please update this with project specific content.
<SERVICE_NAME> UI journey tests.
Start Mongo Docker container as follows:
docker run --rm -d -p 27017:27017 --name mongo percona/percona-server-mongodb:6.0Start <SERVICE_MANAGER_PROFILE> services as follows:
sm2 --start <SERVICE_MANAGER_PROFILE>Run tests as follows:
- Argument
<browser>must bechrome,edge, orfirefox. - Argument
<environment>must belocal,dev,qaorstaging.
sbt clean -Dbrowser="<browser>" -Denvironment="<environment>" test testReportCheck all project files are formatted as expected as follows:
sbt scalafmtCheckAll scalafmtCheckFormat *.sbt and project/*.scala files as follows:
sbt scalafmtSbtFormat all project files as follows:
sbt scalafmtAllThis code is open source software licensed under the Apache 2.0 License.