Project

taft

0.0
No commit activity in last 3 years
No release in over 3 years
TAFT will deploy/install a skeleton code framework for the automated testing of applications with APIs and/or web-UIs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Test Automation Framework Template (TAFT)

This gem will deploy/install a skeleton code framework for the automated testing of applications with APIs and/or web-UIs.

Languages : Ruby

How to use

Command line : ruby -e "require 'taft'; Taft.install" This will prompt you for all pertinent parameters.

Post-deployment

TAFT deploys a skeleton code framework that attempts to cover several common test areas. These often include the use of additional libraries. To reduce deployment bloat, TAFT will not attempt to install those additional libraries. You must install them yourself (using your preferred lib-manager), or deactivate the skeleton code that calls these libraries.

Example code

examples/[language] contains an example codebase generated from TAFT.

TODO

  • More languages : Java, Python, Golang