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
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