You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, I should be able to define my admin email and blog title per environment using WP_TESTS_EMAIL and WP_TESTS_TITLE respectively. This is not the case in practice. The blog title will default to the parent folder from which wp-env is called and the admin email will always be set to [email protected]
Step-by-step reproduction instructions
Clone this repo
Navigate to the env package using cd packages/env
Install dependencies using npm i
Create a .wp-env.json file in the root of the package folder with the contents below:
Navigate to localhost:8888 / localhost:8889 and observe that the blog title doesn't match what is defined in .wp-env.json for the respective environment.
Navigate to localhost:8888/wp-admin/users.php / localhost:8889/wp-admin/users.php and observe that admin email is still set to [email protected]
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered:
Description
According to the documentation, I should be able to define my admin email and blog title per environment using
WP_TESTS_EMAIL
andWP_TESTS_TITLE
respectively. This is not the case in practice. The blog title will default to the parent folder from whichwp-env
is called and the admin email will always be set to[email protected]
Step-by-step reproduction instructions
env
package usingcd packages/env
npm i
.wp-env.json
file in the root of the package folder with the contents below:./bin/wp-env
.localhost:8888
/localhost:8889
and observe that the blog title doesn't match what is defined in.wp-env.json
for the respective environment.localhost:8888/wp-admin/users.php
/localhost:8889/wp-admin/users.php
and observe that admin email is still set to[email protected]
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
No
The text was updated successfully, but these errors were encountered: