37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"core": null,
|
|
"plugins": [
|
|
"https://downloads.wordpress.org/plugin/woocommerce.latest-stable.zip",
|
|
"https://github.com/WP-API/Basic-Auth/archive/master.zip",
|
|
"https://downloads.wordpress.org/plugin/wordpress-importer.0.8.zip",
|
|
"./tests/mocks/woo-test-helper"
|
|
],
|
|
"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": ".",
|
|
"wp-cli.yml": "./wp-cli.yml"
|
|
}
|
|
}
|
|
},
|
|
"themes": [
|
|
"https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
|
|
"https://downloads.wordpress.org/theme/twentytwentyone.latest-stable.zip",
|
|
"https://downloads.wordpress.org/theme/twentytwentythree.latest-stable.zip",
|
|
"./tests/mocks/emptytheme",
|
|
"./tests/mocks/theme-with-woo-templates"
|
|
],
|
|
"config": {
|
|
"JETPACK_AUTOLOAD_DEV": true,
|
|
"SCRIPT_DEBUG": false,
|
|
"WP_TESTS_DOMAIN": "http://localhost:8889",
|
|
"WP_TESTS_EMAIL": "admin@example.org",
|
|
"WP_TESTS_TITLE": "Test Blog",
|
|
"WP_PHP_BINARY": "php",
|
|
"WP_TESTS_DIR": "./tests/php",
|
|
"WP_PHPUNIT__TESTS_CONFIG": "./vendor/wp-phpunit/wp-phpunit/wp-tests-config.php"
|
|
}
|
|
}
|