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) {
61
61
markBlockStart ( 'setConfig' ) ;
62
62
logger . debug ( 'Started setting the configs' ) ;
63
63
64
+ // set cypress config filename
65
+ utils . setCypressConfigFilename ( bsConfig , args ) ;
66
+
64
67
/*
65
68
Set testObservability & browserstackAutomation flags
66
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
88
- // set cypress config filename
89
- utils . setCypressConfigFilename ( bsConfig , args ) ;
90
-
91
91
if ( isBrowserstackInfra ) {
92
92
// set cypress test suite type
93
93
utils . setCypressTestSuiteType ( bsConfig ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " browserstack-cypress-cli" ,
3
- "version" : " 1.28.1 " ,
3
+ "version" : " 1.28.2 " ,
4
4
"description" : " BrowserStack Cypress CLI for Cypress integration with BrowserStack's remote devices." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments