woocommerce-paypal-payments/tests/qa/.wp-env.json
Miguel Pérez Pellicer c416d71011
wp env support for e2e
2025-10-06 16:50:32 +03:00

14 lines
359 B
JSON

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