3421818d41
- Create backend integration test project with xUnit - Add required packages: TestHost, Mvc.Testing, EF InMemory, FluentAssertions - Add project reference to backend API - Create IntegrationTestBase class with WebApplicationFactory setup - Install Supertest for HTTP integration testing
18 lines
804 B
Plaintext
18 lines
804 B
Plaintext
is_global = true
|
|
build_property.TargetFramework = net10.0
|
|
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
|
build_property.TargetFrameworkVersion = v10.0
|
|
build_property.TargetPlatformMinVersion =
|
|
build_property.UsingMicrosoftNETSdkWeb =
|
|
build_property.ProjectTypeGuids =
|
|
build_property.InvariantGlobalization =
|
|
build_property.PlatformNeutralAssembly =
|
|
build_property.EnforceExtendedAnalyzerRules =
|
|
build_property._SupportedPlatformList = Linux,macOS,Windows
|
|
build_property.RootNamespace = backend.Tests.Integration
|
|
build_property.ProjectDir = /Users/mastermito/Dev/raceplanner/tests/integration/backend/
|
|
build_property.EnableComHosting =
|
|
build_property.EnableGeneratedComInterfaceComImportInterop =
|
|
build_property.EffectiveAnalysisLevelStyle = 10.0
|
|
build_property.EnableCodeStyleSeverity =
|