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
`Excluding ${excludedPlugins.length} core plugin(s) from test scope: ${excludedPlugins.map((p)=>p.name).join(', ')} (these provide infrastructure, not testable features)`
81
+
);
82
+
}
83
+
73
84
if(nonCorePlugins.length>0){
74
85
// Store the actual plugin being tested
75
86
this.pluginUnderTest=nonCorePlugins[0];
@@ -79,6 +90,9 @@ export class TestRunner {
79
90
);
80
91
}else{
81
92
this.isDirectPluginTest=false;
93
+
safeLogger.debug(
94
+
'No non-core plugins found to test - all loaded plugins are infrastructure plugins'
0 commit comments