Add Best Buy WebHarbor mirror#48
Open
Lxr-max wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Site name
Best Buy
Site slug
bestbuy
Upstream URLs
Contribution type
New Website
Contributor
XuanRui LI / Lxr-max
Contact email
mingduanmu845@gmail.com
Safety note
Deterministic demo retail data only; no real payment, no real checkout, no live Best Buy calls, no external runtime network calls.
Implementation summary
sites/bestbuy/.bestbuyinwebsyn_start.sh,control_server.py,Dockerfile, and updated repo docs/skill references for the new site count and port range.Seed row counts (instance_seed/bestbuy.db)
Benchmark users
TestPass123!Task count and categories
Selected WebSyn port
40015Key routes
/,/home,/categories,/category/<category_slug>,/products,/product/<sku>,/deals,/stores,/stores/<store_slug>,/support,/search/cart,/cart/add,/checkout,/checkout/shipping,/checkout/pickup,/checkout/payment,/checkout/review,/checkout/confirmation/login,/register,/logout,/account,/account/orders,/account/rewards,/account/wishlist,/order-lookup,/order/<order_number>Verification commands and results
py -3 -m py_compile sites/bestbuy/app.py✅py -3 -m py_compile sites/bestbuy/seed_data.py✅py -3 -m py_compile sites/bestbuy/_health.py✅sites/bestbuy/tasks.jsonl✅ (19 tasks, unique IDs, correctweb_name/web/upstream_urlfields)sites/*/tasks.jsonl, 16 files / 662 tasks total)Docker result
docker build -t webharbor:bestbuy-pr .✅docker run -d --name webharbor-bestbuy-submit -p 8201:8101 -p 41015:40015 webharbor:bestbuy-pr✅ok=trueand all 16 registered sites alive ✅Smoke test result
/,/home,/categories,/products,/cart,/checkout,/order-lookup,/support,/login✅BBY-240061Reset + MD5 result
POST /reset/bestbuyreturnedready=true✅71c41f6f167e00c4b7bf725a1ccf343d /opt/WebSyn/bestbuy/instance/bestbuy.db71c41f6f167e00c4b7bf725a1ccf343d /opt/WebSyn/bestbuy/instance_seed/bestbuy.dbScreenshot paths
npx playwright install chromiumfailed with networkECONNRESET, so no review-only screenshots were produced insites/bestbuy/scraped_data/submission_review/.HF asset status
C:\Users\34475\Desktop\VScode\wh-static-pr-bestbuy\bestbuy.tar.gz--create-prreturned this reference:.assets-revisionwas not modified in this PR.Known limitations
Manual reviewer notes
instance_seed/bestbuy.dband verified via control-plane reset + MD5 matching.