mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-25 01:02:18 +08:00
19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"testsPort": 80,
|
|
"config": {
|
|
"WP_HOME": "http://mywp.site",
|
|
"WP_SITEURL": "http://mywp.site"
|
|
},
|
|
"phpVersion": "8.0",
|
|
"plugins": [
|
|
"https://downloads.wordpress.org/plugin/wp-debugging.2.12.2.zip",
|
|
"./resources/e2e-snippets"
|
|
],
|
|
"mappings": {
|
|
"wp-cli.yml": "./wp-cli.yml"
|
|
},
|
|
"lifecycleScripts": {
|
|
"afterStart": "node bin/test-env-setup.js",
|
|
"afterClean": "node bin/test-env-clean.js"
|
|
}
|
|
}
|