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 4e1d2e8 commit 3d779cbCopy full SHA for 3d779cb
bin/commands/runs.js
@@ -68,7 +68,7 @@ module.exports = function run(args) {
68
// Validate browserstack.json values and parallels specified via arguments
69
markBlockStart('validateConfig');
70
return capabilityHelper.validate(bsConfig, args).then(function (cypressJson) {
71
-
+ markBlockEnd('validateConfig');
72
markBlockStart('preArchiveSteps');
73
//get the number of spec files
74
let specFiles = utils.getNumberOfSpecFiles(bsConfig, args, cypressJson);
0 commit comments