getgauge / gauge-repository

Installation details of gauge plugins and language runners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

update ruby_selenium template

sriv opened this issue · comments

Couple of issues noted:

  • there is a dependency on chromedriver-helper gem which is deprecated. it is recommended to use webdrivers gem instead.

  • the example asserts on incorrect text. Implementation of Navigate to Gauge homepage "http://getgauge.io" step needs to be updated. also, use gauge.org instead of getgauge.io

This issues has been verified and found fixed.