Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 315 Bytes

RubyExample

The example of state-full solution for Web UI tests design.

Web application for tests

http://the-internet.herokuapp.com/

Commands

To run UI Tests (in Chrome):

  • rspec spec

Technology

  • test framework - Selenium
  • supporting gem - page-object
  • test runner - RSpec