swat - Simple Web Application Test ( Tool )
As devops I update a dozens of web application weekly, sometimes I just have no time sitting and wait while dev guys or QA team ensure that deploy is fine and nothing breaks on the road. So I need a tool to run smoke tests against web applications. Not tool only, but the way to create such a tests from the scratch in way easy and fast enough. So this how I came up with the idea of swat.
Keywords - perl, curl, Test::More, TAP, prove, bash
---
https://github.com/melezhik/swat
Leave a comment