Expand All
Collapse All
# Name : Gem Search
# Description : covers scenarios under RubyGem search
# Author : Chandra sekaran
# Important Note : To run this feature add APP=RUBYGEMS in cucumber run command
# Cucumber run cmd : cucumber -p desktop_dev_chrome -t @rq_rubygems APP=RUBYGEMS
# : you can use any desktop browser profile in -p
# Rake run cmd : rake desktop_rubygems_search
Steps | |||||||||
Sr No | Scenario ID | Scenario Title | Total | Passed | Failed | Skipped | Pending | Undefined | Result |
---|---|---|---|---|---|---|---|---|---|
1 | 02 | Find a given static gem name in rubygems.org web site | 7 | 7 | 0 | 0 | 0 | 0 | Passed |
2 | 03 | Find a given gem from global test data file in rubygems.org web site | 6 | 6 | 0 | 0 | 0 | 0 | Passed |
Total | 13 | 13 | 0 | 0 | 0 | 0 |