Support for SauceLabs Live
Because SauceLabs Live supports mobile devices in the browser (similar to appetize), is it possible to integrate with Storybook Native?
Hey @jgornick, I'm not familiar at all with SauceLabs Live but this is definitely possible as long as it provides you a public API key that can be used to access your mobile app somehow.
To support this, there needs to be a new SauceLabs Live controller that is similar to the Appetize one https://github.com/storybookjs/native/blob/master/packages/controllers/src/controllers/AppetizeEmulatorController.ts
and the Controller Factory must have some logic to construct that specific controller https://github.com/storybookjs/native/blob/master/packages/controllers/src/manager/controllerFactory.ts#L9
@jgornick Did creating the controller and controller factory work for SauceLabs?
Hey @migueln1987! Sorry, but we never got around to integrating SauceLabs.
@jgornick thanks for the reply. I didn't think I was going to get one back from a post from two or three years ago haha. Did you find a different solution? Airbnb has Showkase but it doesn't have controls to mess around with the components.