From d4404b49d37e29625a867a9bd88b80466178569a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Wed, 26 Jul 2023 22:36:42 +0200 Subject: [PATCH] Adding Harvest talk link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 891e097..9d91380 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ ## About -General and unit testing extensions and helpers, mostly for ASP.NET Core and Orchard Core. Also see our [UI Testing Toolbox](https://github.com/Lombiq/UI-Testing-Toolbox). +General and unit testing extensions and helpers, mostly for ASP.NET Core and Orchard Core. Check out the Orchard Harvest 2023 conference talk about automated QA in Orchard Core, including this project, [here](https://youtu.be/CHdhwD2NHBU). Also see our [UI Testing Toolbox](https://github.com/Lombiq/UI-Testing-Toolbox). Do you want to learn about unit testing in Orchard Core? Check out the [unit testing tutorial of our Training Demo module](https://github.com/Lombiq/Orchard-Training-Demo-Module/blob/dev/Services/TestedService.cs).