Skip to content

hmrc/accessibility-statement-frontend-ui-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

accessibility-statement-frontend-ui-tests

accessibility-statement-frontend UI journey tests.

Pre-requisites

Services

Start ACCESSIBILITY_STATEMENT_FRONTEND services as follows:

sm2 --start ACCESSIBILITY_STATEMENT_FRONTEND

Tests

Run tests as follows:

  • Argument <browser> must be chrome, edge, or firefox.
  • Argument <environment> must be local, dev, qa or staging.
sbt clean -Dbrowser="<browser>" -Denvironment="<environment>" "testOnly uk.gov.hmrc.ui.specs.*" testReport

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

Languages