C#C
C#2y ago
oussama

Integration testing with testcontainers and cosmosdb

I'm trying to implement integration tests using testcontainers library, my app uses cosmosdb through cosmosdb client ( not using a orm ), does any one have an example implimentation, almost all the examples I'm encountring are for postgres and using entityframework, the documentation isn't that helpful for cosmosdb.
Was this page helpful?