Skip to content

Commit e71dc17

Browse files
Merge branch 'master' into a11y_stability_changes
2 parents 31ec77c + f9d5044 commit e71dc17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @browserstack/afd-dev
1+
* @browserstack/automate-dev

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);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)