Wordpress/tests/gutenberg/.wp-env.sample.json
Riad Benguella e16565b2d4 Block Editor: Add a script to run Gutenberg end 2 end tests on Core.
The script is not part of CI yet because the job takes 40mn to run
and it's not useful in all PRs/commits.

Fixes #50469.


git-svn-id: https://develop.svn.wordpress.org/trunk@48382 602fd350-edb4-49c9-b593-d223f7449a82
2020-07-07 16:06:43 +00:00

14 lines
292 B
JSON

{
"core": "{WP_PATH}",
"mappings": {
"wp-content/mu-plugins": "{MU_PlUGINS_PATH}",
"wp-content/plugins/test-plugins": "{TEST_PlUGINS_PATH}"
},
"config": {
"SCRIPT_DEBUG": false,
"WP_PHP_BINARY": "php",
"WP_TESTS_EMAIL": "admin@example.org",
"WP_TESTS_TITLE": "Test Blog"
}
}