Overview
EasyCommerce FakerPress is a developer-focused WordPress plugin that seeds local and staging stores with realistic fake data. v2.1.0 ships 14 data generators covering every major EasyCommerce entity — products, orders, customers, reviews, coupons, categories, shipping zones, and more.
Why I Built It
Every time I started a new EasyCommerce project I wasted the first hour manually creating dummy data to test with. FakerPress eliminates that friction.
Features
- 14 generators: products, variable products, orders, customers, reviews, coupons, categories, tags, shipping zones, payment methods, and more
- Configurable locale support — prices, names, and addresses match the site language
- WP-CLI integration:
wp easycommerce generate products --count=500 - Cleanup mode to wipe test data before a real launch
- 131 Playwright E2E tests covering every generator and edge case
- Idempotent: safe to run multiple times
Tech
PHP, WordPress plugin API, Faker, WP-CLI, Playwright (tests).