forked from jorge07/ddd-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
37 lines (34 loc) · 1.39 KB
/
behat.yml
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
default:
suites:
home:
paths:
- "%paths.base%/tests/UI/Behat/Features/Home"
contexts:
- Tests\Leos\UI\Behat\Context\Api\Home\HomeContext:
path: http://nginx
basePath: %paths.base%
responsesPath: %paths.base%/tests/UI/Responses/Home
security:
paths:
- "%paths.base%/tests/UI/Behat/Features/Security"
contexts:
- Tests\Leos\UI\Behat\Context\Api\Security\SecurityContext:
path: http://nginx
basePath: %paths.base%
responsesPath: %paths.base%/tests/UI/Responses/Security
wallet:
paths:
- "%paths.base%/tests/UI/Behat/Features/Wallet"
contexts:
- Tests\Leos\UI\Behat\Context\Api\Wallet\WalletContext:
path: http://nginx
basePath: %paths.base%
responsesPath: %paths.base%/tests/UI/Responses/Wallet
monitor:
paths:
- "%paths.base%/tests/UI/Behat/Features/Monitor"
contexts:
- Tests\Leos\UI\Behat\Context\Api\Monitor\MonitorContext:
path: http://nginx
basePath: %paths.base%
responsesPath: %paths.base%/tests/UI/Responses/Monitor