From 670d1b903a951511cf462ede5a80f1ab21b0c1d1 Mon Sep 17 00:00:00 2001 From: Stuart Herbert Date: Wed, 28 Aug 2013 09:49:53 +0100 Subject: [PATCH] Update 09-02-01-Test-Driven-Development.md Added link to Storyplayer, one of the functional test tools available to the community. --- _posts/09-02-01-Test-Driven-Development.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/09-02-01-Test-Driven-Development.md b/_posts/09-02-01-Test-Driven-Development.md index 91a7e59..f6571d4 100644 --- a/_posts/09-02-01-Test-Driven-Development.md +++ b/_posts/09-02-01-Test-Driven-Development.md @@ -56,3 +56,4 @@ data and simulating actual users of the application. * [Selenium](http://seleniumhq.com) * [Mink](http://mink.behat.org) * [Codeception](http://codeception.com) is a full-stack testing framework that includes acceptance testing tools +* [Storyplayer](http://datasift.github.io/storyplayer) is a full-stack testing framework that includes support for creating and destroying test environments on demand