From 42895f7dffe125e1b0057ad46388e23395d64a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Thu, 21 Oct 2021 17:25:06 +0200 Subject: [PATCH 01/53] Basics of WebApplicationFactory usage --- Lombiq.Tests.UI/Lombiq.Tests.UI.csproj | 3 +- .../CustomWebApplicationFactory.cs | 174 ++++++++++++++++++ .../OrchardCoreInstance.cs | 59 ++++-- 3 files changed, 217 insertions(+), 19 deletions(-) create mode 100644 Lombiq.Tests.UI/Services/OrchardCoreHosting/CustomWebApplicationFactory.cs rename Lombiq.Tests.UI/Services/{ => OrchardCoreHosting}/OrchardCoreInstance.cs (75%) diff --git a/Lombiq.Tests.UI/Lombiq.Tests.UI.csproj b/Lombiq.Tests.UI/Lombiq.Tests.UI.csproj index 003045a92..d8ef6150a 100644 --- a/Lombiq.Tests.UI/Lombiq.Tests.UI.csproj +++ b/Lombiq.Tests.UI/Lombiq.Tests.UI.csproj @@ -1,7 +1,7 @@ - netcoreapp3.1 + net5.0 false $(DefaultItemExcludes);.git*