Skip to content

Latest commit

 

History

History
67 lines (53 loc) · 2.96 KB

README.md

File metadata and controls

67 lines (53 loc) · 2.96 KB

Gauge example project, in Ruby

Build Status HTML report Console report

This project serves as an example for writing Automation using Gauge

This project uses

  • Capypage, that gives you neat helpers to define your Page Objects.
  • Capybara, as a dependency of Capypage
  • Test::Unit for assertions
  • Snap CI has been setup to run the Gauge Specs from this project.

Concepts covered

Prerequisites

Setting up the System Under Test (SUT)

java -jar activeadmin-demo.war

Executing specs

Set up

This project requires bundler to install dependencies, bundler can be installed by running

gem install bundler

To install dependencies run :

bundle install

All specs

bundle exec gauge specs

This will also compile all the supporting code implementations.

Copyright

Copyright 2016, ThoughtWorks Inc.