We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a197a8 commit 7fe5a11Copy full SHA for 7fe5a11
e2e/readme.md
@@ -19,8 +19,21 @@ Ideally, we should also handle these:
19
- Blocks / content from old plugin versions to this new one look identical in
20
the frontend
21
22
+Github workflow should also test:
23
+- Different WP versions that we support
24
+- Different PHP versions that we support
25
+
26
# Usage
27
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
37
Run this command to run e2e:
38
39
```bash
0 commit comments