From ac912554f9c09dce4a65438cc0e9d3feae6393e9 Mon Sep 17 00:00:00 2001 From: John Smart Date: Thu, 26 Jan 2017 16:40:13 +0530 Subject: [PATCH] Added a reference to Serenity BDD --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 01fc586..c813772 100644 --- a/README.md +++ b/README.md @@ -828,6 +828,7 @@ Thinking in Java book is written by Bruce Eckel who is also the author of Thinki * [Selenide](http://selenide.org/) - Concise API around Selenium to write stable and readable UI tests. * [Selenium](http://docs.seleniumhq.org/) - Portable software testing framework for web applications. * [Spock](http://spockframework.github.io/spock/docs/) - JUnit-compatible framework featuring an expressive Groovy-derived specification language. +* [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. * [TestContainers](https://github.com/testcontainers/testcontainers-java) - Provides throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. * [Truth](https://github.com/google/truth) - Google's assertion and proposition framework. * [WireMock](http://wiremock.org/) - Stubs and mocks web services.