Skip to content

Commit

Permalink
Merge pull request #105 from woocommerce/24-01/sync-8.5.0
Browse files Browse the repository at this point in the history
Sync 8.5.0
  • Loading branch information
Luc45 authored Jan 9, 2024
2 parents 6925a65 + 585ec80 commit 6b71e86
Show file tree
Hide file tree
Showing 9 changed files with 647 additions and 150 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ watch:
# Build the Phar file of the CD Client.
build:
@cp -r src src-tmp
@docker run --rm \
@COMPOSER_HOME_DIR=$$(composer config --global home); \
docker run --rm \
--volume ${PWD}/src-tmp:/app \
--volume ${COMPOSER_HOME:-$HOME/.composer}:/tmp \
--volume $${COMPOSER_HOME_DIR}:/tmp \
--user "$(shell id -u):$(shell id -g)" \
composer \
install --no-dev --quiet --optimize-autoloader --ignore-platform-reqs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"test_results_manager_url": "https:\\/\\/test-results-manager.com",
"test_results_manager_expiration": 1234567890,
"test_summary": "Test Suites: 0 skipped, 5 failed, 57 passed, 62 total | Tests: 194 skipped, 7 failed, 33 passed, 234 total.",
"test_summary": "Test Suites: 0 skipped, 4 failed, 60 passed, 64 total | Tests: 204 skipped, 7 failed, 40 passed, 251 total.",
"version": "Undefined",
"update_complete": true,
"ai_suggestion_status": "none",
Expand All @@ -40,14 +40,14 @@
},
{
"test_result_json": {
"numFailedTestSuites": 5,
"numPassedTestSuites": 57,
"numFailedTestSuites": 4,
"numPassedTestSuites": 60,
"numPendingTestSuites": 0,
"numTotalTestSuites": 62,
"numTotalTestSuites": 64,
"numFailedTests": 7,
"numPassedTests": 33,
"numPendingTests": 194,
"numTotalTests": 234,
"numPassedTests": 40,
"numPendingTests": 204,
"numTotalTests": 251,
"testResults": [
{
"file": "activate-and-setup\\/basic-setup.spec.js",
Expand Down Expand Up @@ -79,6 +79,39 @@
]
}
},
{
"file": "admin-analytics\\/analytics-data.spec.js",
"status": "failed",
"has_pending": true,
"tests": {
"Analytics-related tests": [
{
"title": "confirms correct summary numbers on overview page",
"status": "failed"
},
{
"title": "downloads revenue report as CSV",
"status": "pending"
},
{
"title": "use date filter on overview page",
"status": "pending"
},
{
"title": "use date filter on revenue report",
"status": "pending"
},
{
"title": "set custom date range on revenue report",
"status": "pending"
},
{
"title": "analytics settings",
"status": "pending"
}
]
}
},
{
"file": "admin-analytics\\/analytics-overview.spec.js",
"status": "passed",
Expand Down Expand Up @@ -256,6 +289,43 @@
]
}
},
{
"file": "merchant\\/command-palette.spec.js",
"status": "failed",
"has_pending": false,
"tests": {
"Use Command Palette commands": [
{
"title": "can use the \\"Add new product\\" command",
"status": "passed"
},
{
"title": "can use the \\"Add new order\\" command",
"status": "passed"
},
{
"title": "can use the \\"Products\\" command",
"status": "passed"
},
{
"title": "can use the \\"Orders\\" command",
"status": "passed"
},
{
"title": "can use the product search command",
"status": "failed"
},
{
"title": "can use a settings command",
"status": "passed"
},
{
"title": "can use an analytics command",
"status": "failed"
}
]
}
},
{
"file": "merchant\\/create-order.spec.js",
"status": "failed",
Expand Down Expand Up @@ -318,28 +388,48 @@
"has_pending": false,
"tests": {
"WooCommerce Shipping Settings - Add new shipping zone": [
{
"title": "add shipping zone for Mayne Island with free Local pickup",
"status": "passed"
},
{
"title": "add shipping zone for Canada with Flat rate",
"status": "passed"
},
{
"title": "add shipping zone with region and then delete the region",
"status": "passed"
},
{
"title": "add and delete shipping method",
"status": "passed"
}
],
"Verifies shipping options from customer perspective": [
{
"title": "allows customer to benefit from a free Local pickup if on Mayne Island",
"status": "failed"
},
{
"title": "allows customer to benefit from a free Free shipping if in BC",
"status": "failed"
},
{
"title": "allows customer to pay for a Flat rate shipping method",
"status": "failed"
}
]
}
},
{
"file": "merchant\\/create-simple-product.spec.js",
"status": "failed",
"status": "passed",
"has_pending": true,
"tests": {
"Add New Simple Product Page": [
{
"title": "can create simple virtual product",
"status": "failed"
"status": "pending"
},
{
"title": "can have a shopper add the simple virtual product to the cart",
Expand All @@ -358,47 +448,47 @@
},
{
"file": "merchant\\/customer-payment-page.spec.js",
"status": "failed",
"has_pending": false,
"status": "passed",
"has_pending": true,
"tests": {
"WooCommerce Merchant Flow: Orders > Customer Payment Page": [
{
"title": "should show the customer payment page link on a pending order",
"status": "failed"
"status": "pending"
},
{
"title": "should load the customer payment page",
"status": "failed"
"status": "pending"
},
{
"title": "can pay for the order through the customer payment page",
"status": "failed"
"status": "pending"
}
]
}
},
{
"file": "merchant\\/order-bulk-edit.spec.js",
"status": "passed",
"has_pending": false,
"has_pending": true,
"tests": {
"Bulk edit orders": [
{
"title": "can bulk update order status",
"status": "passed"
"status": "pending"
}
]
}
},
{
"file": "merchant\\/order-coupon.spec.js",
"status": "failed",
"status": "passed",
"has_pending": true,
"tests": {
"WooCommerce Orders > Apply Coupon": [
{
"title": "can apply a coupon",
"status": "failed"
"status": "pending"
},
{
"title": "can remove a coupon",
Expand Down Expand Up @@ -650,10 +740,6 @@
"title": "Can load Customers",
"status": "pending"
},
{
"title": "Can load Coupons",
"status": "pending"
},
{
"title": "Can load Reports",
"status": "pending"
Expand Down Expand Up @@ -1524,7 +1610,8 @@
"status": "passed",
"has_pending": true,
"tests": {
"Shopper Tax Display Tests": [
"Tax rates in the cart and checkout": [],
"Tax rates in the cart and checkout > Shopper Tax Display Tests": [
{
"title": "checks that taxes are calculated properly on totals, inclusive tax displayed properly",
"status": "pending"
Expand All @@ -1538,7 +1625,7 @@
"status": "pending"
}
],
"Shopper Tax Rounding": [
"Tax rates in the cart and checkout > Shopper Tax Rounding": [
{
"title": "checks rounding at subtotal level",
"status": "pending"
Expand All @@ -1548,7 +1635,7 @@
"status": "pending"
}
],
"Shopper Tax Levels": [
"Tax rates in the cart and checkout > Shopper Tax Levels": [
{
"title": "checks applying taxes of 4 different levels",
"status": "pending"
Expand All @@ -1558,7 +1645,7 @@
"status": "pending"
}
],
"Shipping Tax": [
"Tax rates in the cart and checkout > Shipping Tax": [
{
"title": "checks that tax is applied to shipping as well as order",
"status": "pending"
Expand All @@ -1580,20 +1667,11 @@
}
}
],
"summary": "Test Suites: 0 skipped, 5 failed, 57 passed, 62 total | Tests: 194 skipped, 7 failed, 33 passed, 234 total."
"summary": "Test Suites: 0 skipped, 4 failed, 60 passed, 64 total | Tests: 204 skipped, 7 failed, 40 passed, 251 total."
}
},
{
"debug_log": [
{
"count": "Less than 10",
"message": "PHP Notice: Trying to get property \'post_mime_type\' of non-object in \\/var\\/www\\/html\\/wp-admin\\/includes\\/post.php on line 273"
},
{
"count": "Less than 10",
"message": "PHP Notice: Trying to get property \'post_type\' of non-object in \\/var\\/www\\/html\\/wp-admin\\/includes\\/post.php on line 272"
}
]
"debug_log": []
}
]
]';
Loading

0 comments on commit 6b71e86

Please sign in to comment.