woocommerce-paypal-payments/tests/qa/.wp-env.json
2025-11-20 16:33:25 +04:00

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"
}
}