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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  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)
全てのバージョンを表示(全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チェックサム:

91490490dcd5ed02bdea9d5beab648f7c224fedfdc5cedc6f50b82cea26a855e

累計ダウンロード数 26,512

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

ライセンス:

MIT

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

リンク: