2020-06-17 20:28:11 +00:00
|
|
|
{
|
2024-08-01 09:59:42 +00:00
|
|
|
"core": null,
|
2024-09-03 16:54:22 +00:00
|
|
|
"phpVersion": "7.4",
|
2020-06-17 20:28:11 +00:00
|
|
|
"plugins": [
|
|
|
|
"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",
|
2023-12-13 21:07:15 +00:00
|
|
|
"../woocommerce"
|
2020-06-17 20:28:11 +00:00
|
|
|
],
|
2023-05-05 11:03:36 +00:00
|
|
|
"env": {
|
|
|
|
"tests": {
|
|
|
|
"mappings": {
|
2024-05-27 14:54:06 +00:00
|
|
|
"wp-cli.yml": "./wp-cli.yml",
|
2023-05-05 11:03:36 +00:00
|
|
|
"wp-content/mu-plugins": "./node_modules/@wordpress/e2e-tests/mu-plugins",
|
|
|
|
"wp-content/plugins/gutenberg-test-plugins": "./node_modules/@wordpress/e2e-tests/plugins",
|
2024-04-26 09:39:11 +00:00
|
|
|
"wp-content/plugins/woocommerce-blocks-test-plugins": "./tests/e2e/plugins",
|
2023-12-15 17:34:29 +00:00
|
|
|
"wp-content/plugins/woocommerce/blocks-bin": "./bin",
|
2024-05-27 14:54:06 +00:00
|
|
|
"wp-content/plugins/woocommerce/blocks-bin/playwright": "./tests/e2e/bin",
|
|
|
|
"wp-content/themes": "./tests/e2e/themes",
|
|
|
|
"wp-content/themes/storefront": "https://downloads.wordpress.org/theme/storefront.latest-stable.zip",
|
|
|
|
"wp-content/themes/twentytwentyfour": "https://downloads.wordpress.org/theme/twentytwentyfour.latest-stable.zip"
|
2023-05-05 11:03:36 +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
|
|
|
}
|
|
|
|
}
|