40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"core": null,
|
|
"phpVersion": "7.4",
|
|
"plugins": [ "." ],
|
|
"config": {
|
|
"JETPACK_AUTOLOAD_DEV": true,
|
|
"WP_DEBUG_LOG": true,
|
|
"WP_DEBUG_DISPLAY": true,
|
|
"ALTERNATE_WP_CRON": true
|
|
},
|
|
"mappings": {
|
|
"wp-cli.yml": "./tests/wp-cli.yml",
|
|
"wp-content/plugins/filter-setter.php": "./tests/e2e-pw/bin/filter-setter.php",
|
|
"wp-content/plugins/process-waiting-actions.php": "./tests/e2e-pw/bin/process-waiting-actions.php",
|
|
"wp-content/plugins/test-helper-apis.php": "./tests/e2e-pw/bin/test-helper-apis.php",
|
|
"test-data/images/": "./tests/e2e-pw/test-data/images/"
|
|
},
|
|
"lifecycleScripts": {
|
|
"afterStart": "./tests/e2e-pw/bin/test-env-setup.sh",
|
|
"afterClean": "./tests/e2e-pw/bin/test-env-setup.sh"
|
|
},
|
|
"env": {
|
|
"development": {},
|
|
"tests": {
|
|
"port": 8086,
|
|
"plugins": [
|
|
".",
|
|
"https://downloads.wordpress.org/plugin/akismet.zip",
|
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
|
"https://downloads.wordpress.org/plugin/wp-mail-logging.zip"
|
|
],
|
|
"themes": [],
|
|
"config": {
|
|
"WP_TESTS_DOMAIN": "localhost",
|
|
"ALTERNATE_WP_CRON": false
|
|
}
|
|
}
|
|
}
|
|
}
|