From a73693a0ceb33867d98cf503e62585868c29f04e Mon Sep 17 00:00:00 2001 From: Iiro Krankka Date: Mon, 9 Jan 2017 13:49:48 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718f95c..8be405a 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is a sample Android app that has BDD-style tests made using the Cucumber framework. The app acts like a library book search, allowing you to search for books by title, author or year. -The feature file that has all functionality requirements that the application must fulfill is located [here](https://github.com/CodemateLtd/Android-Cucumber-BDD-Sample/blob/master/app/src/test/resources/com.codemate.booklibrary/booksearch.feature). - [Cucumber](https://cucumber.io/) is a BDD testing framework that allows people without programming background write specifications **that can be translated to unit test requirements almost automatically**. +The feature file that has all functionality requirements that the application must fulfill is located [here](https://github.com/CodemateLtd/Android-Cucumber-BDD-Sample/blob/master/app/src/test/resources/com.codemate.booklibrary/booksearch.feature). + ## An example The Springfield City Library needs a simple mobile app for searching their book collection while away from their computer. For the first version of the search feature, there's only one thing to implement: