Skip to content

Commit 7fe5a11

Browse files
updated readme
1 parent 6a197a8 commit 7fe5a11

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

e2e/readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,21 @@ Ideally, we should also handle these:
1919
- Blocks / content from old plugin versions to this new one look identical in
2020
the frontend
2121

22+
Github workflow should also test:
23+
- Different WP versions that we support
24+
- Different PHP versions that we support
25+
2226
# Usage
2327

28+
Create an `.env` file in the root directory of the plugin with the contents:
29+
30+
```
31+
WP_BASE_URL=http://local.local/
32+
WP_AUTH_STORAGE=wp-auth.json
33+
WP_USERNAME=admin
34+
WP_PASSWORD=password
35+
```
36+
2437
Run this command to run e2e:
2538

2639
```bash

0 commit comments

Comments
 (0)