Skip to content

Commit 96a7f5a

Browse files
authored
Merge pull request #779 from browserstack/SDK-410
Add support for ccf flag for O11y
2 parents 8e2f550 + bd724b0 commit 96a7f5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/commands/runs.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ module.exports = function run(args, rawArgs) {
6161
markBlockStart('setConfig');
6262
logger.debug('Started setting the configs');
6363

64+
// set cypress config filename
65+
utils.setCypressConfigFilename(bsConfig, args);
66+
6467
/*
6568
Set testObservability & browserstackAutomation flags
6669
*/
@@ -85,9 +88,6 @@ module.exports = function run(args, rawArgs) {
8588
// accept the build name from command line if provided
8689
utils.setBuildName(bsConfig, args);
8790

88-
// set cypress config filename
89-
utils.setCypressConfigFilename(bsConfig, args);
90-
9191
if(isBrowserstackInfra) {
9292
// set cypress test suite type
9393
utils.setCypressTestSuiteType(bsConfig);

0 commit comments

Comments
 (0)