Skip to content

arisfatahillah/ruby-cucumber-capybara

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automation in Web Using Ruby, Selenium And Capybara

Software Automation Testing Web using selenium, ruby and capybara

Installation

  1. Git
  2. Ruby 2.5.5
  3. Install chrome driver https://chromedriver.chromium.org/ choose based on your chrome in local ex: https://chromedriver.storage.googleapis.com/index.html?path=88.0.4324.96/ for google chrome 88
  4. Gem install bundler
  5. bundle install

Running command

Profile configuration : config/cucumber.yml

Browser Command
firefox cucumber -p firefox --tag @login
Chrome cucumber -p chrome --tag @login

Folder Structure

For your convenient please put the file based on the folder structure.

|config
|features
│   ├── helper
│   ├── pages
│   ├── step_definitions
│   ├── scenario
|Gemfile

About

Software Automation Testing using selenium, ruby and capybara

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published