forked from ushahidi/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
35 lines (35 loc) · 1.24 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
35
## Example behat.yml file for running Ushahidi tests
## Replace base_url values with the url of your dev site
##
default:
formatters:
progress: true
suites:
default:
paths:
- %paths.base%/tests/integration
contexts:
- Tests\Integration\Bootstrap\KohanaContext
- Tests\Integration\Bootstrap\FeatureContext
- Tests\Integration\Bootstrap\RestContext:
baseUrl: http://localhost:8000
# proxyUrl: localhost:8888
- Tests\Integration\Bootstrap\PHPUnitFixtureContext
- Tests\Integration\Bootstrap\MinkExtendedContext
filters:
tags: ~@dataproviders
extensions:
Behat\MinkExtension:
base_url: http://localhost:8000
sessions:
default:
goutte: ~
goutte:
guzzle_parameters:
curl.options:
3 : 8000 #CURLOPT_PORT=3
# 10004: localhost:8888 #CURLOPT_PROXY=10004
ci:
suites:
default:
filters: ~