-
Notifications
You must be signed in to change notification settings - Fork 3
test: automate manual test cases with wp-env E2E tests #329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
2a4a716
406de82
a4074f2
aece7b2
99e3afa
545f19e
8d7c8c7
7c268fc
542e637
18f7eaf
3a4b94f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,6 +8,7 @@ | |
| }, | ||
| "config": { | ||
| "WP_DEBUG": true, | ||
| "WP_DEBUG_LOG": true | ||
| "WP_DEBUG_LOG": true, | ||
| "WP_ENVIRONMENT_TYPE": "local" | ||
| } | ||
| } | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As noted in the description and code comments, these changes largely relate to circumventing WordPress Playground's lack of support for the |
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. All test cases were automated or removed as unrelated to GutenbergKit's domain—e.g., post publishing belongs in host, pattern insertion/gradient selection is largely Gutenberg code. |
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure application passwords are enabled for the non-TLS environment.