File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,17 +40,6 @@ npx playwright show-report
40404 . Verify cart → checkout → payment → place order
41415 . Verify confirmation (Thank You, order number, options)
4242
43- ## 🧩 Data and fixtures
44-
45- - Data-driven: scenarios come from JSON in ` test-data/ ` and are typed via helpers in ` utils/ ` .
46- - Flows fixture: ` bootstrapPickupAtZip(zip) ` and ` gotoCreateYourOwn() ` keep specs focused on assertions.
47-
48- ## 🛡️ Stability and performance
49-
50- - Network hygiene: blocks analytics/marketing/social noise to reduce flakiness and speed up loads.
51- - Resource tweaks: fonts/animations trimmed for consistency.
52- - Failure artifacts: screenshots on failure; Playwright HTML report enabled.
53- - Optional timing logs: per-step durations for store selection and menu navigation (enable logs via LOG_LEVEL/info).
5443
5544## 🧪 Useful run examples
5645
You can’t perform that action at this time.
0 commit comments