Skip to content

Commit

Permalink
Update readme for running acceptance tests (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-bowden committed Feb 29, 2024
1 parent ade77e8 commit e43a7c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ The above tests are run via the
[sbt-accessibility-linter](https://www.github.com/hmrc/sbt-accessibility-linter)
plugin. This plugin requires Node.js v12 or above to be installed locally.

## Running the UI acceptance/integration tests

The UI and ZAP tests are based on the template at https://github.com/hmrc/platform-test-example-ui-journey-tests.
## Running the UI acceptance tests

To execute the UI acceptance tests on your local machine, ensure that you have [local-selenium-grid](https://github.com/hmrc/local-selenium-grid) installed and running. Once set up, you can proceed with running the tests with.
```
./run_acceptance_tests.sh
```
Expand Down

0 comments on commit e43a7c2

Please sign in to comment.