Skip to content
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

Using the local browserstack with Cabbie. #20

Open
mickydeveloper opened this issue Jun 25, 2018 · 2 comments
Open

Using the local browserstack with Cabbie. #20

mickydeveloper opened this issue Jun 25, 2018 · 2 comments

Comments

@mickydeveloper
Copy link

Cabbie does not seem to work with the local url configuration of broweser stack.

Is there some special option or cofiguration that could be passed to cabbie ?

@ForbesLindesay
Copy link
Owner

Based on https://www.browserstack.com/automate/java#setting-local-tunnel you can do local testing by setting the browserstack.local capability to 'true':

import createCabbieDriver from 'cabbie-sync';
const cabbie = createCabbieDriver('browserstack', {capabilities: {'browserstack.local': 'true'}});

should do the trick, but I haven't tested it. You will also need to be running the BrowserStackLocal executable somewhere.

@ForbesLindesay
Copy link
Owner

You can see our docs for setting capabilities here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants