You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Localstack is a local (self-hosted) copy of AWS cloud that can be used to test AWS services. https://github.com/localstack/localstack.
With localstack a stack can be created with torus, and then all of the resources can be tested using the resource exists method.
This should be implemented locally and in the CI/CD service (travis).
Test the resourceExists methods for an existing stack within our account (for example the stack for the torus.host site)
Hi @StephenTomlin Sure! I assigned the issue to you. Feel free to go about it however you like and im glad to discuss any options/hurdles you might run into. Also, if you prefer another testing framework feel free to switch out mocha.
P.S. i just merged a PR that fixes the test for the generateTemplate method and i added CI with travis CI
tests should be implemented for:
proposed solutions
With localstack a stack can be created with torus, and then all of the resources can be tested using the resource exists method.
This should be implemented locally and in the CI/CD service (travis).
The text was updated successfully, but these errors were encountered: