From fb80cfa79b7ca9c9a86f2a599e1a9e206069c050 Mon Sep 17 00:00:00 2001 From: Anand Jayaram Date: Wed, 6 Oct 2021 09:33:06 +0530 Subject: [PATCH] Updated testautomation patterns --- docs/tech/good-practices.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tech/good-practices.md b/docs/tech/good-practices.md index 22eadf5..7b1acc1 100644 --- a/docs/tech/good-practices.md +++ b/docs/tech/good-practices.md @@ -3,3 +3,6 @@ ## On Code reviews - [Guide to Conducting Test Automation Code Reviews by Angie Jones](https://applitools.com/blog/guide-to-test-automation-code-reviews/) + +## On Test Automation Patterns +- [Test Automation Patterns](https://testautomationpatterns.org/wiki/index.php/Main_Page)