env zero now offers beta support for continuous integration testing for modules. Built on the OpenTofu testing feature, you can set up testing and integrate it into your private module registry.Documentation Index
Fetch the complete documentation index at: https://docs.envzero.com/llms.txt
Use this file to discover all available pages before exploring further.
Run 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.