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 (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)
  6. 0.1.1 September 06, 2018 (34.5 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 校验和:

=

下载总量 28,977

这个版本 1,615

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 2.3.0

链接: