Skip to Content

All Mad Designs Web Development tutorials and informationals for building user friendly websites.  We cover user centric topics like SEO, Page Speed, Core Web Vitals and more for beginners to advanced developers.

Playwright, Testing WordPress Themes Locally

Set up Playwright for testing a locally installed WordPress theme. Write your tests in JavaScript within a ‘tests’ directory using .spec files for different cases like login functionality or responsive design checks and run them locally using `playwright test`. Use multi-browser tests with Playwright’s capabilities in local environments for performance optimization of WordPress themes.

Everything you need to create a WP plugin sidebar with React/Material UI.

Looking to create your own PluginSidebar but want to use React or Material UI for your components instead of createElement? Look no further! This post walks you through creating a Plugin, Creating the Plugin Sidebar, Webpack & Babel Configurations, and Using WordPress Data stores to hook up to Material UI components. This post has everything …