You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Run plugin PHPUnit tests with normalized diagnostics and test-result artifact capture.",
106
106
acceptedArgs: [
107
107
{name: "plugin-slug",description: "Plugin slug under wp-content/plugins.",format: "slug"},
108
+
{name: "cwd",description: "Sandbox working directory for the PHPUnit process. Relative values resolve inside the mounted plugin directory; defaults to wp-content/plugins/<plugin-slug>.",format: "sandbox path"},
0 commit comments