-
Notifications
You must be signed in to change notification settings - Fork 1
/
behat.yml.dist
34 lines (32 loc) · 1.25 KB
/
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
33
34
default:
extensions:
Behat\Symfony2Extension:
Behat\MinkExtension:
base_url: http://api.cem.local
sessions:
default:
symfony2: ~
Behatch\Extension: ~
GMaissa\BehatContextsExtension: ~
Fidry\AliceBundleExtension\Extension:
fixtures_base_path: %paths.base%/tests/Functional/fixtures
suites:
api:
paths:
- %paths.base%/tests/Functional/features/API
contexts:
- Fidry\AliceBundleExtension\Context\Doctrine\AliceORMContext
- Behat\MinkExtension\Context\MinkContext
- CEM\Behat\Context\MailContext
- gm:context:oauth:
serverUrl: http://oauth.cem.local/v2/token
clientId: 1_2s9gmnszs82so0c0so440k4o44g0cgs4oscsk884g0ww04ggko
clientSecret: 5cg9wo8qqsg0sg08gkgwgw8kgscg8wo8ww88c0444ock4gwws
- behatch:context:rest
- behatch:context:json
commands:
paths:
- %paths.base%/tests/Functional/features/Commands
contexts:
- CEM\Behat\Context\CommandContext
- CEM\Behat\Context\MailContext