forked from titomiguelcosta/BehatContexts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml
More file actions
21 lines (21 loc) · 728 Bytes
/
behat.yml
File metadata and controls
21 lines (21 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
default:
suites:
sqlite:
contexts:
- FeatureContext:
config:
driver: pdo_sqlite
path: %paths.base%/data/db.sqlite
entitiesDirs:
- %paths.base%/tests/Zorbus/Behat/Test/Entity
mysql:
contexts:
- FeatureContext:
config:
driver: pdo_mysql
host: localhost
dbname: behat_contexts
user: root
passowrd: ~
entitiesDirs:
- %paths.base%/tests/Zorbus/Behat/Test/Entity