Skip to content

This is a Sample project for implementing the Integration test with TestContainers package

Notifications You must be signed in to change notification settings

jahanbinali1988/SampleIntegrationTest

Repository files navigation

This is a sample code targeted to use the "TestContainers package" for integration tests. you can find more complex examples by checking the official package's GitHub repository, here.

In this project, I created a sample API to save data in an SQL server by EF core7, third-party API, etc. Then I started to develop some tests for these APIs.

TestContainers package helps you to run your project and its dependencies with docker technology and request them independently or with a shared context. I configure this project to run each test independently.

Please read the wiki page to undestand the code.

Hope it could be useful. ;)

About

This is a Sample project for implementing the Integration test with TestContainers package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages