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 (33.0 KB)
  2. 0.2.5 - November 26, 2018 (33.0 KB)
  3. 0.2.4 - November 17, 2018 (33.0 KB)
  4. 0.2.3 - October 13, 2018 (33.0 KB)
  5. 0.2.2 - October 12, 2018 (33.0 KB)
顯示所有版本(共 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 checksum:

91490490dcd5ed02bdea9d5beab648f7c224fedfdc5cedc6f50b82cea26a855e

總下載次數 26,512

這個版本 1,500

License:

MIT

Ruby 版本需求: >= 2.3.0

相關連結: