-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehat.yml
More file actions
46 lines (46 loc) · 1.41 KB
/
behat.yml
File metadata and controls
46 lines (46 loc) · 1.41 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
default:
suites:
default:
paths:
- %paths.base%/features/defaultSuite
contexts:
- FeatureContext
- FailAid\Context\FailureContext
- Behat\MinkExtension\Context\MinkContext
- Genesis\SQLExtensionWrapper\DataModSQLContext
withoutContext:
paths:
- %paths.base%/features/withoutContextSuite
contexts:
- FeatureContext
- FailAid\Context\FailureContext
- Behat\MinkExtension\Context\MinkContext
extensions:
Cjm\Behat\LocalWebserverExtension:
host : localhost # defaults to 'localhost'
port : 8111 # defaults to '8000'
docroot: app # defaults to '%paths.base%/web'
Genesis\SQLExtensionWrapper\Extension:
FailAid:
output:
enabled: true
select: true
insert: true
update: true
delete: true
connection: # Check compatibility with connections setting.
engine: sqlite
dbname: app/db/datbaase2.db
connections:
sqlite:
engine: sqlite
dbname: app/db/database.db
dataModMapping: # Optional
"*": \DataMod\ # Configure path for all data mods using *.
domainModMapping: # Optional
"*": \DomainMod\ # Configure path for all data mods using *.
Behat\MinkExtension:
base_url: 'http://localhost:8111'
sessions:
default:
goutte: ~