Prepare Behat boilerplate

This commit is contained in:
Kamil Kokot
2016-11-03 11:36:50 +01:00
parent 64661a706d
commit d02f77a2d1
4 changed files with 11 additions and 0 deletions

3
.gitattributes vendored
View File

@@ -1,3 +1,6 @@
/features export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/behat.yml.dist export-ignore

2
.gitignore vendored
View File

@@ -1,2 +1,4 @@
/vendor
/composer.lock
/behat.yml

5
behat.yml.dist Normal file
View File

@@ -0,0 +1,5 @@
default:
suites:
default:
contexts:
- FriendsOfBehat\TestContext\Context\TestContext

View File

@@ -19,6 +19,7 @@
"behat/mink": "^1.7",
"behat/mink-browserkit-driver": "^1.3",
"behat/mink-extension": "^2.2",
"friends-of-behat/test-context": "^0.3",
"symfony/framework-bundle": "^2.7|^3.0"
},
"suggest": {