Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Jul 4, 2024
1 parent 7afb61c commit 86202c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ And simply run

`source .env.local && composer run test`

## Debugging the test environment/Developing

Ensure you have this line in your `/etc/hosts`
```
127.0.0.1 <WEB_HOST>
```

Then go to `http://<WEB_HOST>/wp-admin` and login with `WORDPRESS_ADMIN_USER` & `WORDPRESS_ADMIN_PASSWORD`

## Running Tests on Github Actions

This repository is set up to use Github Actions to perform automated testing.
Expand Down

0 comments on commit 86202c5

Please sign in to comment.