Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 866 Bytes

diary.md

File metadata and controls

30 lines (20 loc) · 866 Bytes

Exclude the "umbraco" folder to avoid getting compilation problems from auto-enabled models builder.


Must change appsettings.Tests.json to "Copy to ouput dir" something. Also this file has a physical reference when package is installed. Change %userprofile%\nuget\packages to $(NuGetPackageRoot) eg. $(NuGetPackageRoot)\umbraco.cms.tests.integration\13.2.2\contentFiles\any\net8.0\appsettings.Tests.json Can add own settings in appsettings.Tests.Local.json


Must implement something that inherits GlobalSetupTearDown:

[SetUpFixture]
public class GlobalStartup : GlobalSetupTeardown
{
}

Added NUnit, NUnitTestAdapter, and the MS Test SDK.
Added Umbraco.Cms.Tests.Integrations 13.3 Must still use NUnit 3.14. Yields inconclusive.


Must always check Umbraco.Integration.Tests' dependencies for NUnit etc. and use same