Skip to content

sergeywr/capybara-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

capybara-demo

Capybara framework proof-of-concept

Before running tests - setup selenium grid server

Checkout repository and install necessary gems:

> gem install cucumber
> gem install capybara
> gem install rspec
> gem install site_prism
> gem install selenium-webdriver
> gem install appium_capybara

After repository is checkedout and gems installed, navigate to project folder

cd to_project_folder

To run tests type:

> cucumber ENVIRONMENT=DESKTOP-CHROME

In terms of this project demo available ENVIRONMENT arguemnt values:

DESKTOP-CHROME
DESKTOP-FIREFOX
MOBILE-ANDROID-CHROME

Also you can provie --tag argument, in terms of this project demo available tags:

@desktop
@mobile

About

Capybara framework proof-of-concept

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published