File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 ) ;
Original file line number Diff line number Diff line change 11{
22 "name" : " browserstack-cypress-cli" ,
3- "version" : " 1.28.1 " ,
3+ "version" : " 1.28.2 " ,
44 "description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments