Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal@gmail.com committed Jan 15, 2025
1 parent 6a197a8 commit 7fe5a11
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions e2e/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,21 @@ Ideally, we should also handle these:
- Blocks / content from old plugin versions to this new one look identical in
the frontend

Github workflow should also test:
- Different WP versions that we support
- Different PHP versions that we support

# Usage

Create an `.env` file in the root directory of the plugin with the contents:

```
WP_BASE_URL=http://local.local/
WP_AUTH_STORAGE=wp-auth.json
WP_USERNAME=admin
WP_PASSWORD=password
```

Run this command to run e2e:

```bash
Expand Down

0 comments on commit 7fe5a11

Please sign in to comment.