0.0
No commit activity in last 3 years
No release in over 3 years
This gems aims to simplify the organization of support files when using the Selenium Webdriver gem directly
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.0, ~> 1.2.0
>= 3.6.0, ~> 3.6.0
>= 3.7.0, ~> 3.7.0
>= 0.56.0, ~> 0.56.0
>= 1.27.0, ~> 1.27.0
>= 0.16.0, ~> 0.16.0
>= 0.9.0, ~> 0.9.0

Runtime

>= 3.9.0, ~> 3.9.0
 Project Readme

Selenium Page

This gem implement the Page Object Pattern on the top of :

https://github.com/SeleniumHQ/selenium/tree/master/rb

Testing

https://github.com/rspec/rspec

Command

bundle exec rspec

Code Style

https://github.com/bbatsov/rubocop

Command

bundle exec rubocop

Documentation (todo ..)

https://github.com/lsegal/yard

Command

Start a local server for documentation on : http://localhost:8808

bundle exec yard server -r 'lib/**/*.rb'

Or simply compile the documentation :

bundle exec yard doc 'lib/**/*.rb'