Tag Archives: CosmosDB

Testing your CosmosDB apps locally without actually using Azure


I think you’ll find this implementation of CosmosDB Server for testing your applications locally quite interesting. We will going through the following steps: Download node Make an empty package.json file Install cosmosdb-server using npm Create an app.js file Install cosmos dependency using npm Start your cosmosdb-server Make sure in your TestClass TestInitialize method to ignore […]

Continue reading