Feature: Integrate Behat and Configure Gherkin Feature Tests #5
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psycodepath/hrp#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
We have introduced Gherkin scenarios in our multi-tenancy requirements. We need Behat configured in our development environment to run these behavioral/acceptance tests.
Description
Install Behat, configure it in
behat.ymlto target the local environment, and setup baseline FeatureContext classes to test multi-tenancy behaviors.User Story
As a developer, I want to execute Behat feature files so that I can automatically verify acceptance criteria match implementation expectations.
Acceptance Criteria
behat/behatas a dev dependency via Composer.behat.ymlat the project root.FeatureContextbootstrap setup.