Reading List

Testing Ansible Web App Roles with Selenium from mtlynch.io RSS feed.

Testing Ansible Web App Roles with Selenium

Overview Ansible is an excellent tool for deploying web apps. Ansible allows us to define web apps in terms of the different “roles” that compose our web app (e.g. web server, database server, application server). As our roles and the interactions between them become more complex, we need appropriately stronger ways of testing our roles to verify we’re deploying our web app correctly. In our last post, we used Ansible to deploy a web app called ClipBucket, a video-hosting web app.