juniorschmitz / capybara-mobile-emulation

An example on how to emulate mobile devices using Capybara and Chrome/Chromedriver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capybara with Mobile Emulation Base Project

Base project created for running test automation on chrome and mobile emulation devices.

The project uses Capybara for Selenium Webdriver interactions and also for page object pattern pages modeling.

Run the default profiles with chrome:

bundle exec cucumber -p default

Run the iphone mobile emulation:

bundle exec cucumber -p iphone -p prd -p report

About

An example on how to emulate mobile devices using Capybara and Chrome/Chromedriver.


Languages

Language:Ruby 93.9%Language:Gherkin 6.1%