vipsoft / DoctrineDataFixturesExtension

Doctrine Data Fixtures Extension for Behat
MIT License
21 stars 35 forks source link

Add a way to choose fixtures lifetime (can now choose scenario instead of feature) #12

Closed adrienbrault closed 11 years ago

adrienbrault commented 11 years ago

Hey!

I also actually think that the scenario option should be the default.

adrienbrault commented 11 years ago

We may also allow to configure this with tags ?

stof commented 11 years ago

for the scenario lifetime, you also need to handle outlines. See https://github.com/Behat/MinkExtension/blob/master/src/Behat/MinkExtension/Listener/SessionsListener.php#L61 for instance

robocoder commented 11 years ago

Sorry, I've been busy the past couple of weeks. I'll review and should be able to merge today.