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