We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e01b6 commit 8d17b51Copy full SHA for 8d17b51
bin/commands/runs.js
@@ -128,8 +128,11 @@ module.exports = function run(args, rawArgs) {
128
logger.debug("Completed configs validation");
129
markBlockStart('preArchiveSteps');
130
logger.debug("Started pre-archive steps");
131
+
132
//get the number of spec files
133
+ markBlockStart('getNumberOfSpecFiles');
134
let specFiles = utils.getNumberOfSpecFiles(bsConfig, args, cypressConfigFile);
135
+ markBlockEnd('getNumberOfSpecFiles');
136
137
bsConfig['run_settings']['video_config'] = utils.getVideoConfig(cypressConfigFile);
138
0 commit comments