
Say 👋 to brittle tests, sandbox provisioning & grueling CI cycles by running Azure locally
Use LocalSandbox as a drop-in replacement for Azure in testing & development environments.
> az servicebus queue create --name my-queue \
--endpoint http:
"my-queue"
> █
Testing against cloud sandbox environments is an operational nightmare.
LocalSandbox removes the burden of flaky tests, janky sandbox provisioning setups and long
CI runs by
running cloud services locally. Install with docker or npm1
and be ready in seconds.
Still want synchronization? Check out
Template
and
Sync .
Mocks abound despite only instilling partial confidence in critical paths.
LocalSandbox provides rigorously tested2 stateful fake cloud
vendors that run locally, so you can replace mocks and
reap the benefits of end-to-end testing at zero-cost.
Plus, use
Scenario
to test non-IaC flows such as creating Microsoft accounts or testing MFA.
Most cloud integration code is highly susceptible to errors from outages
and delays in cloud providers. For sensitive domains, this is unacceptable.
To solve this we built
Chaos , a tightly knit toolset for chaos engineering that makes testing service degradations a
cinch.