-
Notifications
You must be signed in to change notification settings - Fork 39
Add support for ccf flag for O11y #779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can see this can impact other stuff too
@@ -61,6 +61,9 @@ module.exports = function run(args, rawArgs) { | |||
markBlockStart('setConfig'); | |||
logger.debug('Started setting the configs'); | |||
|
|||
// set cypress config filename | |||
utils.setCypressConfigFilename(bsConfig, args); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's move our code in end in this scenario?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That would require moving more code around. This change shouldn't affect handling of other products. This method sets the value of cypress_config_file in bsConfig which is only accessed by O11y helper method amongst all methods placed between this line & the earlier placement of this function call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This same changes is also needed for A11y AFAIR, can you test that once ?
Tested, working fine. |
No description provided.