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:
=

インストール:
=

バージョン履歴:

  1. 0.2.6 February 02, 2019 (33KB)
  2. 0.2.5 November 26, 2018 (33KB)
  3. 0.2.4 November 17, 2018 (33KB)
  4. 0.2.3 October 13, 2018 (33KB)
  5. 0.2.2 October 12, 2018 (33KB)
  6. 0.1.1 September 06, 2018 (34.5KB)
全てのバージョンを表示(全17件)

Runtime依存関係 (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依存関係 (5):

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

所有者:

作者:

  • John Fitisoff

SHA 256チェックサム:

=

累計ダウンロード数 28,977

このバージョンのみ 1,615

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3.0

リンク: