Skip to content

Commit ad905c3

Browse files
committed
Added behat basic configuration
1 parent d5e2e34 commit ad905c3

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

behat.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
default:
2+
suites:
3+
authentication:
4+
contexts:
5+
- 'Test\Specification\Authentication\AuthenticationContext'
6+
paths:
7+
- 'feature/authentication.feature'
8+
blog-post:
9+
contexts:
10+
- 'Test\Specification\Blog\BlogPostContext'
11+
- 'Test\Specification\Blog\BlogPostCommentsContext'
12+
paths:
13+
- 'feature/blog-post.feature'
14+
- 'feature/blog-post-comments.feature'

0 commit comments

Comments
 (0)