anumsh / Cucumber-Ruby-Sample-Project

This is sample project that how we can write test cases/scenario in cucumber and implement the test case using Ruby Language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Project ( How cucumber and Ruby language work together)

This is sample project that how we can write test cases/scenario in cucumber and implement the test case using Ruby Language.

Test Environment

  • Cucumber Framework
  • Ruby Language
  • RubyMine IDE

How to run the project

  • clone the repository
  • open the IDE(RubyMine)
  • open the project using file tab--> open --> select project
  • select the language - Ruby from preferences --> language and framework
  • in terminal :
    • run gem install cucumber (if you donot install cucumber)
    • gem install appium-lib
    • cucumber -t @sample

About

This is sample project that how we can write test cases/scenario in cucumber and implement the test case using Ruby Language.


Languages

Language:Ruby 60.6%Language:Gherkin 39.4%