Hi,
I’m using Browserstack for running my mobile tests and I’m facing an issue. I have added in my project about 20 devices from Browserstack. And some of the capabilities for each device are: build number, name, project.
I using these capabilities for having my tests organized in Browserstack. The issue is that when I need to change the build number let’s say, I have to do this separately for all devices. The types that are supported by the capabilities are: String, Boolean, Dictionary, List and Number.
Isn’t there a way to have another type, like data file, or like a setting, and when I change the build number to be automatically changed for all 20 devices?
Thank you