-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
32 lines (31 loc) · 917 Bytes
/
behat.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
default:
suites:
mongodb-gridfs:
project_root: "%paths.base%"
contexts: [Imbo\Behat\FeatureContext]
database: MongoDB
storage: GridFS
mongodb-filesystem:
project_root: "%paths.base%"
contexts: [Imbo\Behat\FeatureContext]
database: MongoDB
storage: Filesystem
doctrine-sqlite-filesystem:
project_root: "%paths.base%"
contexts: [Imbo\Behat\FeatureContext]
database: DoctrineSQLite
storage: Filesystem
doctrine-mysql-filesystem:
project_root: "%paths.base%"
contexts: [Imbo\Behat\FeatureContext]
database: DoctrineMySQL
database.hostname: localhost
database.database: imbo_test
database.username: imbo_test
database.password: imbo_test
database.port: 3306
storage: Filesystem
extensions:
Imbo\BehatApiExtension:
apiClient:
base_uri: http://localhost:8080