From 09eb55f22fd30152a9edc03a58fab136b5e0f8b8 Mon Sep 17 00:00:00 2001 From: Andreas Worm Date: Tue, 21 May 2019 14:35:09 +0200 Subject: [PATCH] add serenity bdd worked with this framework for half a year now, it's great. community and development is active. unique selling points: implements the screenplay pattern, two-way jira integration ... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82ef466e..fc23b85e 100644 --- a/README.md +++ b/README.md @@ -923,6 +923,7 @@ A curated list of awesome Java frameworks, libraries and software. - [JBehave](http://jbehave.org) - Extensively configurable framework that describes stories. - [JGiven](http://jgiven.org) - Provides a fluent API which allows for simpler composition. - [Lamdba Behave](https://github.com/RichardWarburton/lambda-behave) - Aims to provide a fluent API to write tests in long and descriptive sentences that read like plain English. +- [Serenity BDD](http://serenity-bdd.info/) - Automated Acceptance testing and reporting library that works with Cucumber, JBehave and JUnit to make it easier to write high quality executable specifications. #### Fixtures