github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_pages/index/_watch.html (about) 1 <div class="index-page__watch"> 2 3 <div class="section text-center container-fluid"> 4 <div class="row flex align-items--stretch"> 5 <div class="col-xs-12 col-md-6 text-left"> 6 <span class="title-label">Watch:</span> 7 <img src="{{ site.baseurl }}/assets/img/icons/quote.svg" alt="quote" /> 8 <h2>How to test infrastructure code:<br/> 9 <strong>automated testing for Terraform, 10 Kubernetes, Docker, Packer and more</strong> 11 </h2> 12 <p> 13 The talk is a step-by-step, live-coding class on how to write automated tests for infrastructure code, 14 including the code you write for use with tools such as Terraform, Kubernetes, Docker, and Packer. 15 Topics covered include unit tests, integration tests, end-to-end tests, test parallelism, 16 retries, error handling, static analysis, and more. 17 </p> 18 <div class="check-out-wrapper"> 19 <a href="{{ site.baseurl }}/docs/getting-started/introduction/#watch-how-to-test-infrastructure-code" class="btn btn-primary btn-sm">Check out</a> 20 <span>the video and slides for the talk.</span> 21 </div> 22 </div> 23 24 <div class="col-xs-12 col-md-6 flex align-items--end"> 25 {% include video-player.html url='https://www.youtube.com/embed/xhHOW0EF5u8?autoplay=1' %} 26 </div> 27 </div> 28 </div> 29 30 </div>