0.0
No release in over 3 years
Low commit activity in last 3 years
To have all the common methods that are used for UI automation, this enables us to share the methods across teams
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0
~> 3.0

Runtime

~> 3.1, >= 3.1.2
~> 0.9.6
~> 0.10.4
>= 1.4.0, ~> 1.4
= 3.7.0
~> 0.2.0
 Project Readme

Teber

Teber Library gem is to have all the common methods that will be used in functional UI automation.

License: GPL v3 Made with Ruby StackOverflow Contributions Welcome email me Gem Version

alt text

Installation

Add this line to your application's Gemfile:

gem 'teber-library'

And then execute:

$ bundle

Or install it yourself as:

$ gem install teber-library

Usage

This gem is to replace the library methods in Teber-Ruby framework. This allows us to share the methods among different teams and completely ignore the repetitive work. For more details on Page object model for functional UI automation verify Teber Ruby Documentation page.

Adding new methods

Add all the new methods inside /lib/teber/ path with the module name as 'Teber'. If added a new file, include the newly added file to the /lib/teber/teber.rb so that those methods will be available when we use the gem.

Require and Include

To require this gem use,

require 'teber'

To Include the module teber in your project use,

include Teber

after which all the classes in this gem are directly exposed

Sample Project

To get sample project in your working directory, try

teber example

Boom, you got your sample project in Page Object Model. For more details on the sample project visit Teber-Ruby

Development

After checking out the repo, run bin/setup to install dependencies. Then, run rake spec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in version.rb, and then run bundle exec rake release, which will create a git tag for the version, push git commits and tags, and push the .gem file to rubygems.org.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nareshnavinash/Teber-Gem/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

Authors

License

The gem is available as open source under the terms of the GPL-3.0 License.

Code of Conduct

Everyone interacting in the Teber project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.