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

相關連結: