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