20 lines
510 B
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.8/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"
|
|
}
|
|
}
|
|
}
|
|
}
|