aweiteka / UATFramework

A lightweight User Acceptance Testing framework
GNU General Public License v2.0
3 stars 12 forks source link

Consider how to split apart core UAT from steps/features #59

Closed aweiteka closed 8 years ago

aweiteka commented 9 years ago

We're not sure CTF is taking off. What are the options for managing a core library while providing for flexible step/feature work in other repos?

cgwalters commented 9 years ago

While this isn't strictly on this issue, one thing I want to note here is that I feel in some cases, writing tests as plain Ansible playbook files works out quite well.

I can see Behave being really awesome for certain problem domains - basically where you're not writing many steps. But so far this module is covering a lot of ground, which means most new tests need new steps.

aweiteka commented 8 years ago

This framework is almost entirely focused on atomic testing so I don't see value in splitting anything apart.