From 0d966ed0f0ca9fccd32333b0f38c78b319e2cb2c Mon Sep 17 00:00:00 2001 From: sefatanam Date: Mon, 20 Sep 2021 21:53:58 +0600 Subject: [PATCH] feat : integration test project init --- ZCommerce.sln | 7 ++++++ ...mmerce.Application.IntegrationTests.csproj | 22 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 tests/ZCommerce.Application.IntegrationTests/ZCommerce.Application.IntegrationTests.csproj diff --git a/ZCommerce.sln b/ZCommerce.sln index 7691659..2f8af22 100644 --- a/ZCommerce.sln +++ b/ZCommerce.sln @@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{DEE77649 EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZCommerce.Application.UnitTests", "tests\ZCommerce.Application.UnitTests\ZCommerce.Application.UnitTests.csproj", "{D99C8316-4143-4778-BAD6-F0F7CAB72C18}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZCommerce.Application.IntegrationTests", "tests\ZCommerce.Application.IntegrationTests\ZCommerce.Application.IntegrationTests.csproj", "{0B260E7E-556E-4118-B822-A2BF9440C799}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -40,6 +42,10 @@ Global {D99C8316-4143-4778-BAD6-F0F7CAB72C18}.Debug|Any CPU.Build.0 = Debug|Any CPU {D99C8316-4143-4778-BAD6-F0F7CAB72C18}.Release|Any CPU.ActiveCfg = Release|Any CPU {D99C8316-4143-4778-BAD6-F0F7CAB72C18}.Release|Any CPU.Build.0 = Release|Any CPU + {0B260E7E-556E-4118-B822-A2BF9440C799}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0B260E7E-556E-4118-B822-A2BF9440C799}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0B260E7E-556E-4118-B822-A2BF9440C799}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0B260E7E-556E-4118-B822-A2BF9440C799}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(NestedProjects) = preSolution {DDFA88DE-0B56-460A-84DD-B9796E9FA191} = {597AB28C-9C00-42FC-9A73-8D4617BEE469} @@ -47,5 +53,6 @@ Global {460BBAF6-F27B-4DF8-8B29-34A82E28B5FC} = {597AB28C-9C00-42FC-9A73-8D4617BEE469} {B6DB2B63-85E7-4DDB-93D8-D9F30E573044} = {597AB28C-9C00-42FC-9A73-8D4617BEE469} {D99C8316-4143-4778-BAD6-F0F7CAB72C18} = {DEE77649-16A0-4CA2-836C-163C67532CE5} + {0B260E7E-556E-4118-B822-A2BF9440C799} = {DEE77649-16A0-4CA2-836C-163C67532CE5} EndGlobalSection EndGlobal diff --git a/tests/ZCommerce.Application.IntegrationTests/ZCommerce.Application.IntegrationTests.csproj b/tests/ZCommerce.Application.IntegrationTests/ZCommerce.Application.IntegrationTests.csproj new file mode 100644 index 0000000..90968ed --- /dev/null +++ b/tests/ZCommerce.Application.IntegrationTests/ZCommerce.Application.IntegrationTests.csproj @@ -0,0 +1,22 @@ + + + + net5.0 + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + +