Launch Azurite programatically #2511
Unanswered
pelletier197
asked this question in
Q&A
Replies: 1 comment
-
Azurite don't officially support it, and we have never do any tested it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I have a use-case where I would like to start Azurite programatically in my tests. I want to start a blob server before my test starts, and close the server at the end of my test. This would largely streamline the test setup for me, and probably to all developers trying to use Azurite with NodeJS.
It seems like everything is present when installing
azurite
from npm, but the lack of typescript types and documentation makes it pretty much impossible to use as-is.Is there a non-documented way to do this? And would it be possible to ship type definitions with the javascript ?
Beta Was this translation helpful? Give feedback.
All reactions