From 66d2d41acf457ecd8653154d5699316f6da813ce Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 00:09:14 +0000 Subject: [PATCH] Update Tests/VTEX.Tests/Integration/IntegrationTests.cs --- Tests/VTEX.Tests/Integration/IntegrationTests.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Tests/VTEX.Tests/Integration/IntegrationTests.cs diff --git a/Tests/VTEX.Tests/Integration/IntegrationTests.cs b/Tests/VTEX.Tests/Integration/IntegrationTests.cs new file mode 100644 index 000000000..f483e59d3 --- /dev/null +++ b/Tests/VTEX.Tests/Integration/IntegrationTests.cs @@ -0,0 +1,15 @@ +namespace VTEX.Tests.Integration +{ + using Xunit; + using WireMock.Server; + using WireMock.RequestBuilders; + using WireMock.ResponseBuilders; + using Snapshooter.Xunit; + using NSubstitute; + using Bogus; + + public class IntegrationTests + { + // Integration tests will be implemented here + } +}