github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_docs/02_testing-best-practices/tools-and-plugins.md (about)

     1  ---
     2  layout: collection-browser-doc
     3  title: Tools and Plugins
     4  category: testing-best-practices
     5  excerpt: >-
     6    Additional tools and plugins for terratest to make integration with existing workflows easier.
     7  tags: ["testing-best-practices", "alternatives","plugins","tooling"]
     8  order: 214
     9  nav_title: Documentation
    10  nav_title_link: /docs/
    11  ---
    12  
    13  ## Tools and Plugins
    14  
    15  This page contains a list of tools and plugins for Terratest to make integration with existing workflows easier. If you've created other tools that integrate with Terratest, a PR to add it to this list is very welcome!
    16  
    17  - [Tools and Plugins](#tools-and-plugins)
    18    - [Terratest Maven Plugin](#terratest-maven-plugin)
    19  
    20  ### Terratest Maven Plugin
    21  
    22  The Terratest Maven Plugin aims to bring Terratest to the JVM world. Create your Go based tests beside your Java code with Maven and run them together. You can export the results into Json or an HTML page. As the plugin is MIT licensed, it is easy and painless to integrate into any Java+Maven combination. To learn more check out the website: [Terratest Maven Plugin](https://terratest-maven-plugin.github.io) and the [GitHub repository](https://github.com/terratest-maven-plugin/terratest-maven-plugin)