forked from ushahidi/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml.dist
33 lines (33 loc) · 1.16 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
## 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:
- Ushahidi\Tests\Integration\Bootstrap\FeatureContext
- Ushahidi\Tests\Integration\Bootstrap\RestContext:
baseUrl: http://localhost:8000
# proxyUrl: localhost:8888
- Ushahidi\Tests\Integration\Bootstrap\PHPUnitFixtureContext
extensions:
Behat\MinkExtension:
default_session: laravel
base_url: http://localhost:8000
laravel: ~
sessions:
default:
goutte: ~
goutte:
guzzle_parameters:
curl.options:
3 : 8000 #CURLOPT_PORT=3
# 10004: localhost:8888 #CURLOPT_PROXY=10004
ci:
suites:
default:
filters: ~