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
logger.debug(`${specFilesMatched&&specFilesMatched.length>0 ? specFilesMatched.length : 0} spec files found with the provided specPattern for enforce_settings`);
1360
+
// If spec files were found then lets we'll load the matched spec files
1361
+
// If spec files were not found then we'll let cypress decide the loading of spec files
logger.debug(`${specFilesMatched&&specFilesMatched.length>0 ? specFilesMatched.length : 0} spec files found with the provided specPattern for enforce_settings`);
1358
-
// If spec files were found then lets we'll load the matched spec files
1359
-
// If spec files were not found then we'll let cypress decide the loading of spec files
0 commit comments