RubyGems Navigation menu

insite 0.2.4

Insite is a page object library that allows you to work with your website in a more natural way. It does this by providing a wrapper class for all of your pages. This wrapper (called a site object) functions as a sort of browser for your page objects. Benefits of this approach include simplified navigation and better error handling when things go wrong. Insite also provides a highly portable, object oriented approach to modeling recurring features in your web application (e.g., cards, calendars, search widgets, etc.) Components that you write are essentially DOM extensions: They can be referenced from other components or any standard DOM object. This interoperability with the DOM makes your component features more accessible when writing tests and almost completely eliminates the need to write code to wire your components up to pages or to get them to work with other components.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.2.6 - February 02, 2019 (33 KB)
  2. 0.2.5 - November 26, 2018 (33 KB)
  3. 0.2.4 - November 17, 2018 (33 KB)
  4. 0.2.3 - October 13, 2018 (33 KB)
  5. 0.2.2 - October 12, 2018 (33 KB)
Show all versions (17 total)

Runtime Dependencies (6):

activesupport >= 4.2.5
addressable >= 2.5.1
highline >= 2.0.0
nokogiri >= 1.7.0
watir >= 6.11.0
watir-scroll >= 0.2.0

Development Dependencies (5):

coveralls >= 0.8.21
pry >= 0.11.3
rake >= 12.3.1
rspec >= 3.7.0
simplecov >= 0.16.1

Owners:

Authors:

  • John Fitisoff

SHA 256 checksum:

91490490dcd5ed02bdea9d5beab648f7c224fedfdc5cedc6f50b82cea26a855e

Total downloads 26,300

For this version 1,488

License:

MIT

Required Ruby Version: >= 2.3.0

Links: