vipsoft / JiraExtension

Load Features for Behat from Jira issues
MIT License
22 stars 18 forks source link

Running Behat with Jira Features in a Symfony 2.x Project #19

Closed tspycher closed 10 years ago

tspycher commented 10 years ago

I would really love to use the Jira Extension in our project. Till now i'v run behat something like tat:

php bin/behat "@BlablablaBundle"

I'm now trying to run it with features in Jira which is basically working but behat doesn't now anything about where my already implemented behat contexts are. Which is quite clear. Is there a way to add the bundlename in the jira feature?

tspycher commented 10 years ago

I've figure it out by my self:

behat.yml

default:
    context:
        class: Blabla\BehaviorDrivenDevelopmentBundle\Features\Context\FeatureContext