accessibility-statement-frontend UI journey tests.
Start ACCESSIBILITY_STATEMENT_FRONTEND
services as follows:
sm2 --start ACCESSIBILITY_STATEMENT_FRONTEND
Run tests as follows:
- Argument
<browser>
must bechrome
,edge
, orfirefox
. - Argument
<environment>
must belocal
,dev
,qa
orstaging
.
sbt clean -Dbrowser="<browser>" -Denvironment="<environment>" "testOnly uk.gov.hmrc.ui.specs.*" testReport
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.