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

How to run single scenario on mobile emulation for any of mobile device? #188

Open
nishudixit opened this issue Jun 8, 2020 · 0 comments

Comments

@nishudixit
Copy link

I know i can set mobile emulation like this

  'chromeOptions': {
    'mobileEmulation': {
      'deviceName': 'Nexus 5'
    },```

but the problem is it will run all e2e tests on mobile view then. How can I define browser capability so that It will run only that scenario which I want to run on mobile view and rest on normal browser window?

Thanks in Advance!
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

1 participant