Skip to content

marcosQuesada/Symfony2-Behat-Base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Standard Edition

behat --init @AcmeDemoBundle behat --init src/Acme/DemoBundle

Running bundle features

behat @AcmeDemoBundle

Running @wip step

behat --tags @wip

Running all scenarios on Symfony 2

for feature_path in find src/ -path '*/Features'; do bundle=$(echo $feature_path | sed -e 's/^[^\/]+/([^\/]+)/Bundle/([^\/]+)/.*/\1\2/'); echo "Running suite for $bundle"; behat $bundle; done

About

Behat Base : Symfony 2 Base on WeLovePHP Workshop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published