spriteCloud / lapis-lazuli

Cucumber helper functions and scaffolding for easier test automation suite development.
Other
7 stars 7 forks source link

Add possibility to run cucumber with BROWSER=iphone-simulation #65

Closed sjieg closed 7 years ago

sjieg commented 7 years ago

We can do this by adding more options in browser.rb. Beside forcing a certain browser size, we should also adjust the user agent. https://github.com/alisterscott/webdriver-user-agent

Possibly add a referance configuration file where u can add devices like:

sjieg commented 7 years ago

This issue can't be fixed until #66 is implemented.