From de7e1dceb3d51d1ce380554707f382bc2600a8ba Mon Sep 17 00:00:00 2001 From: Soumya Date: Mon, 22 May 2017 12:04:50 +0530 Subject: [PATCH] removing build status from readme. Having Data driven scenario for log out only. --- .gitignore | 2 ++ README.md | 4 ---- specs/CustomerLogout.spec | 1 + specs/CustomerSignup.spec | 8 ++------ specs/PlaceOrder.spec | 8 ++------ 5 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index ccc9c06..23a509b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +target/ +.gauge/ reports/ out/ logs/ diff --git a/README.md b/README.md index 9ca2188..539cb12 100644 --- a/README.md +++ b/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 diff --git a/specs/CustomerLogout.spec b/specs/CustomerLogout.spec index 5dd4cef..133f1e8 100644 --- a/specs/CustomerLogout.spec +++ b/specs/CustomerLogout.spec @@ -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 diff --git a/specs/CustomerSignup.spec b/specs/CustomerSignup.spec index c249f27..06c8b60 100644 --- a/specs/CustomerSignup.spec +++ b/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 email and -* Check if the user 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. \ No newline at end of file diff --git a/specs/PlaceOrder.spec b/specs/PlaceOrder.spec index ae4ee1c..cabdb7a 100644 --- a/specs/PlaceOrder.spec +++ b/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 email and +* 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 \ No newline at end of file