woocommerce-subscriptions/.wp-env.json

20 lines
510 B
JSON

{
"plugins": [
"https://downloads.wordpress.org/plugin/woocommerce.zip",
"https://downloads.wordpress.org/plugin/email-log.zip",
"https://github.com/woocommerce/woocommerce-gateway-dummy/releases/download/1.0.9/woocommerce-gateway-dummy.zip",
".",
"./tests/e2e/test-configuration-plugin"
],
"themes": [
"https://downloads.wordpress.org/theme/storefront.zip"
],
"env": {
"tests": {
"mappings": {
"wp-cli.yml": "./tests/e2e/bin/wp-cli.yml"
}
}
}
}