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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,5 +26,5 @@ Testcontainers can provide complex testing envronments that are repreducable and
mock the production environments and makes it quite simple to test frontend,backend,database etc. Testcontainers makes sure that the containers
and services are up and runnig in a desired clean state. Furthermore it will perform cleanup of the containers for you.
The executable tutorial can be found at [Killercoda](https://killercoda.com/atheer2104/scenario/killercoda-executable-tutortial) and at [Github](https://github.com/Atheer2104/dd2382-devops-executable-tutortial)