RubyGems Navigation menu

insite 0.1.1

Insite is a page object library that allows you to work with your website in much the same way as an actual user does. It provides a page object browser (called a site object) for your page objects. Site objects are smart: They can determine which page they on and whether or not a page object has been defined for the currently displayed page. Benefits are simplified navigation, better error handling when things go wrong and less code needed to maintain your site and write tests. Insite also provides a highly flexible, object-oriented approach to writing code for reusable features. It supports this via _components_, which can be thought of as DOM extensions. Components are fully interoperable with standard DOM elements and other components. When a component is defined, you get accessor methods for each page that belongs to your site, one for an individual instance of the component and another

Gemfile:
=

installieren:
=

Versionen:

  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)
  6. 0.1.1 September 06, 2018 (34,5 KB)
Zeige alle Versionen (17 total)

Runtime Abhängigkeiten (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 Abhängigkeiten (5):

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

Besitzer:

Autoren:

  • John Fitisoff

SHA 256-Prüfsumme:

=

Downloads insgesamt 28.977

Für diese Version 1.615

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 2.3.0

Links: