Streamline your module CI with OpenTofu tests
Start by creating your tftest files and storing them within your module directory. Youโll be able to run common tests on a real infrastructure that is created, tested and destroyed in a single flow.Trigger and manage module tests in your module registry
With your test files in place, enable Testing in your module settings and env0 will trigger test runs on every merge to your default branch (and optionally on every PR targeting the main branch). env0 will then present the test results and a full history of all test runs.