Skip to content

Commit

Permalink
removing build status from readme. Having Data driven scenario for lo…
Browse files Browse the repository at this point in the history
…g out only.
  • Loading branch information
Soumya committed May 22, 2017
1 parent b26b4dd commit de7e1dc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,3 +1,5 @@
target/
.gauge/
reports/
out/
logs/
Expand Down
4 changes: 0 additions & 4 deletions README.md
@@ -1,9 +1,5 @@
# Gauge example in Java

[![Build Status](https://travis-ci.org/getgauge/gauge-example-java.svg?branch=master)](https://travis-ci.org/getgauge/gauge-example-java)
[![HTML report](https://img.shields.io/badge/report-html-green.svg)](http://gauge-example-reports.herokuapp.com/java)
[![Console report](https://img.shields.io/badge/report-console-blue.svg)](http://gauge-example-reports.herokuapp.com/java/console)

This is an example project for doing web automation testing with [Gauge](http://getgauge.io). This project tests some of the functionalities of the [active admin demo](https://github.com/getgauge/activeadmin-demo) app. This app is hosted as a Java WAR (with embedded Jetty).

## Running this example
Expand Down
1 change: 1 addition & 0 deletions specs/CustomerLogout.spec
Expand Up @@ -3,6 +3,7 @@ Customer Log out

|name|email |password|
|----|--------------------|--------|
|John|john.doe@example.com|password|
|Jane|jane.doe@example.com|password|

* Go to active admin store
Expand Down
8 changes: 2 additions & 6 deletions specs/CustomerSignup.spec
@@ -1,16 +1,12 @@
Customer sign-up
================

|name|email |password|
|----|--------------------|--------|
|John|john.doe@example.com|password|

* Go to active admin store

Customer Sign-up
----------------
tags: sign-up, customer

* Sign up a new customer with name <name> email <email> and <password>
* Check if the user <name> is logged in
* Sign up a new customer with name "Jann" email "jann.doe@example.com" and "password"
* Check if the user "Jann" is logged in
* See items available for purchase.
8 changes: 2 additions & 6 deletions specs/PlaceOrder.spec
@@ -1,17 +1,13 @@
Place an Order
==============

|name |email |password|
|------|----------------------|--------|
|Johnny|johnny.doe@example.com|password|

* Go to active admin store

Buy a book
----------
tags: customer

* Sign up a new customer with name <name> email <email> and <password>
* Sign up a new customer with name "Johnny" email "Johnny.doe@example.com" and "password"
* See items available for purchase.
* Add item "Beginning Ruby: From Novice to Professional" to the shopping basket.
* Place the order
* Place the order

0 comments on commit de7e1dc

Please sign in to comment.