awltech / easycukes

EasyCukes is just a framework aiming at making Cucumber even easier than what it already is.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

DbSetup support #8

Open tyrcho opened 9 years ago

tyrcho commented 9 years ago

Just a proposal :

You might want to support in addition to DbUnit DbSetup which has a nice fluent java API.

aneveux commented 9 years ago

That looks really promising and not so difficult to integrate.

After using it yourself, do you have an idea of how you'd like to represent your tests in plain text?

I already saw some things we could take from the DBUnit integration, but if you have a way you'd like this tool to be integrated, we could definitely implement it ;)