From ba7fbe17ee0f538340cf29f13ec9c6b5a690dfcc Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Thu, 13 Oct 2016 17:09:37 +0200 Subject: [PATCH] Add Fowler on test --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00675af..9d55db2 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,8 @@ Resources * [The test pyramid](http://martinfowler.com/bliki/TestPyramid.html) * [Just Say No to More End-to-End Tests](https://testing.googleblog.com/2015/04/just-say-no-to-more-end-to-end-tests.html) * [End-To-End Testing Considered Harmful](http://www.alwaysagileconsulting.com/articles/end-to-end-testing-considered-harmful/) +* [Move fast and don't break things](https://docs.google.com/presentation/d/15gNk21rjer3xo-b1ZqyQVGebOp_aPvHU3YH7YnOMxtE/edit#slide=id.g437663ce1_53_591) (presentation) +* [Eradicating Non-Determinism in Tests](http://www.martinfowler.com/articles/nonDeterminism.html), Martin Fowler ### Version control (Git)