Add Cypress tests for WordPress Playground

This commit is contained in:
2025-04-21 22:42:13 +01:00
parent c7e01493ef
commit fb0949df0a
4 changed files with 120 additions and 3 deletions

View File

@@ -8,6 +8,9 @@ module.exports = defineConfig({
setupNodeEvents() {
// This function can be used to register custom Cypress plugins or event listeners.
// Currently not in use, but left for future extensibility.
}
},
// Add configuration for WordPress Playground
experimentalWebKitSupport: true,
chromeWebSecurity: false
}
});