2020-06-17 20:28:11 +00:00
|
|
|
{
|
2021-04-18 16:57:23 +00:00
|
|
|
"core": null,
|
2020-06-17 20:28:11 +00:00
|
|
|
"plugins": [
|
|
|
|
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip",
|
|
|
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
2023-05-05 11:03:36 +00:00
|
|
|
"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.zip",
|
2023-06-01 11:51:59 +00:00
|
|
|
"./tests/mocks/woo-test-helper",
|
|
|
|
"."
|
2020-06-17 20:28:11 +00:00
|
|
|
],
|
2023-05-05 11:03:36 +00:00
|
|
|
"env": {
|
|
|
|
"tests": {
|
|
|
|
"mappings": {
|
|
|
|
"wp-content/mu-plugins": "./node_modules/@wordpress/e2e-tests/mu-plugins",
|
|
|
|
"wp-content/plugins/gutenberg-test-plugins": "./node_modules/@wordpress/e2e-tests/plugins",
|
|
|
|
"wp-content/plugins/woocommerce-blocks": ".",
|
2023-06-01 12:42:23 +00:00
|
|
|
"wp-content/plugins/woocommerce-gutenberg-products-block": ".",
|
2023-05-05 11:03:36 +00:00
|
|
|
"wp-cli.yml": "./wp-cli.yml"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2020-06-17 20:28:11 +00:00
|
|
|
"themes": [
|
2022-02-21 10:01:42 +00:00
|
|
|
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
|
2023-05-05 11:03:36 +00:00
|
|
|
"https://downloads.wordpress.org/theme/twentytwentyone.latest-stable.zip",
|
|
|
|
"https://downloads.wordpress.org/theme/twentytwentythree.latest-stable.zip",
|
2022-03-02 14:49:00 +00:00
|
|
|
"./tests/mocks/emptytheme",
|
|
|
|
"./tests/mocks/theme-with-woo-templates"
|
2020-06-17 20:28:11 +00:00
|
|
|
],
|
2020-08-05 10:28:11 +00:00
|
|
|
"config": {
|
2021-01-05 09:27:22 +00:00
|
|
|
"JETPACK_AUTOLOAD_DEV": true,
|
2022-07-06 07:51:39 +00:00
|
|
|
"SCRIPT_DEBUG": false,
|
|
|
|
"WP_TESTS_DOMAIN": "http://localhost:8889",
|
|
|
|
"WP_TESTS_EMAIL": "admin@example.org",
|
|
|
|
"WP_TESTS_TITLE": "Test Blog",
|
2022-11-09 15:28:08 +00:00
|
|
|
"WP_PHP_BINARY": "php",
|
|
|
|
"WP_TESTS_DIR": "./tests/php",
|
|
|
|
"WP_PHPUNIT__TESTS_CONFIG": "./vendor/wp-phpunit/wp-phpunit/wp-tests-config.php"
|
2020-06-17 20:28:11 +00:00
|
|
|
}
|
|
|
|
}
|