juniorschmitz / mobile-emulation-automation-sample-project

A project with a really simple example on how to configure mobile emulation driver for executing emulated devices automation using chrome (stack: Ruby + Capybara).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capybara and SitePrism Base Project

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

The project uses Capybara for Selenium Webdriver interactions, and SitePrism for page object model mapping.

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

A project with a really simple example on how to configure mobile emulation driver for executing emulated devices automation using chrome (stack: Ruby + Capybara).


Languages

Language:HTML 94.4%Language:Ruby 5.3%Language:Gherkin 0.3%