mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-26 01:14:19 +08:00
20 lines
511 B
JSON
20 lines
511 B
JSON
{
|
|
"testsPort": 80,
|
|
"config": {
|
|
"WP_HOME": "http://mywp.site",
|
|
"WP_SITEURL": "http://mywp.site"
|
|
},
|
|
"phpVersion": "8.0",
|
|
"plugins": [
|
|
"./resources/e2e-snippets"
|
|
],
|
|
"mappings": {
|
|
"wp-cli.yml": "./wp-cli.yml",
|
|
"wp-content/plugins": "./resources/plugins",
|
|
"wp-content/files": "./resources/files"
|
|
},
|
|
"lifecycleScripts": {
|
|
"afterStart": "node bin/test-env-setup.js",
|
|
"afterClean": "node bin/test-env-clean.js"
|
|
}
|
|
}
|