Skip to content

Commit

Permalink
Update the cucumber tag to performance
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelSalas committed Jul 27, 2023
1 parent 56b32e5 commit e02d97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio/config/android.config.browserstack.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config.waitforTimeout = 10000;
config.connectionRetryTimeout = 90000;
config.connectionRetryCount = 3;
config.cucumberOpts.tagExpression =
process.env.BROWSERSTACK_TAG_EXPRESSION || '@smoke'; // pass tag to run tests specific to android
process.env.BROWSERSTACK_TAG_EXPRESSION || '@performance'; // pass tag to run tests specific to android

config.onPrepare = function (config, capabilities) {
removeSync('./wdio/reports');
Expand Down

0 comments on commit e02d97b

Please sign in to comment.