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 8e2f550 commit bd724b0Copy full SHA for bd724b0
bin/commands/runs.js
@@ -61,6 +61,9 @@ module.exports = function run(args, rawArgs) {
61
markBlockStart('setConfig');
62
logger.debug('Started setting the configs');
63
64
+ // set cypress config filename
65
+ utils.setCypressConfigFilename(bsConfig, args);
66
+
67
/*
68
Set testObservability & browserstackAutomation flags
69
*/
@@ -85,9 +88,6 @@ module.exports = function run(args, rawArgs) {
85
88
// accept the build name from command line if provided
86
89
utils.setBuildName(bsConfig, args);
87
90
- // set cypress config filename
- utils.setCypressConfigFilename(bsConfig, args);
-
91
if(isBrowserstackInfra) {
92
// set cypress test suite type
93
utils.setCypressTestSuiteType(bsConfig);
0 commit comments