-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
The goal of the Spike is to implement or gather an understanding of how we can:
- Start and stop nodes running in testcontainers
- Deploy our test application instead of Hedera
- Define Gradle tasks to run tests on either Turtle or the container environment
- Fully automated setup of the testcontainer network
- Ensure that all resources are released once the tests stop
- Provide instructions for the required manual steps if needed.