testcontainers / testcontainers-node

Testcontainers is a NodeJS library that supports tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.
https://testcontainers.com
MIT License
1.94k stars 195 forks source link

Add Azurite module #860

Closed cbrevik closed 2 weeks ago

cbrevik commented 2 weeks ago

Adds Azurite module, using it myself in a project. Based partly on the implementation of the Dotnet TestContainers Azurite-module (tried to match API/behaviour somewhat). But added a bit more functionality here.

netlify[bot] commented 2 weeks ago

Deploy Preview for testcontainers-node ready!

Name Link
Latest commit d1fcfd8b671e87fe4bf71933c602083b86d24492
Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/672bcd596c71ba000873242a
Deploy Preview https://deploy-preview-860--testcontainers-node.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

cristianrgreco commented 2 weeks ago

Excellent, thanks @cbrevik !