Update README.md

This commit is contained in:
Iiro Krankka
2017-01-09 12:28:56 +02:00
committed by GitHub
parent 128cd1af51
commit 3b40146e3d

View File

@@ -1,6 +1,8 @@
# Behavior-Driven Development with Cucumber
This is a sample Android app that has tests mostly written using the Cucumber framework. The app acts like a library book search, allowing you to search for books by title, author or year.
![Sample Video](https://raw.githubusercontent.com/CodemateLtd/Android-Cucumber-BDD-Sample/master/art/sample_video.gif)
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.
[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**.
@@ -86,4 +88,4 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org>
```
```