Skip to content

Commit 21b386e

Browse files
authored
Update README.md
1 parent 1576096 commit 21b386e

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@ npx playwright show-report
4040
4. Verify cart → checkout → payment → place order
4141
5. 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

0 commit comments

Comments
 (0)