Automating a real storefront with Playwright MCP: a step-by-step guide
TL;DR
Point an LLM at a public storefront through Playwright MCP. Drive six flows. Put a checkable assertion in every prompt. Convert one flow into a Playwright spec and run it without the agent. MCP is excellent at exploration and a poor substitute for a regression suite — the agent is the hands, not the judgement.
The target is demo.evershop.io/kids, a public EverShop demo store. Fourteen products, a price filter, a colour facet, a sort control, add-to-cart, a cart page, and a checkout. Enough surface area to hit every interesting case.
By the end you will have driven six flows through an LLM, measured what they cost, and converted one of them into a Playwright spec that runs without an agent.


