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 校验和:

91490490dcd5ed02bdea9d5beab648f7c224fedfdc5cedc6f50b82cea26a855e

下载总量 26,512

这个版本 1,500

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: