Files
friends-of-behat-symfony-ex…/features/running_bare_behat_scenarios.feature
2018-12-31 17:25:05 +01:00

10 lines
472 B
Gherkin

Feature: Running bare Behat scenarios
Scenario: Running Behat with SymfonyExtension
Given a Behat configuration with the minimal working configuration for SymfonyExtension
And a Behat configuration with the minimal working configuration for MinkExtension
And an application kernel with the minimal working configuration for SymfonyExtension
And a feature file with passing scenario
When I run Behat
Then it should pass