forked from pantheon-systems/terminus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml
23 lines (23 loc) · 1.09 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
default:
autoload: [ %paths.base%/../features/bootstrap ]
suites:
default:
paths: [ %paths.base%/../features ]
contexts:
- Pantheon\Terminus\FeatureTests\FeatureContext:
parameters:
user_id: '11111111-1111-1111-1111-111111111111'
username: '[email protected]'
host: 'onebox'
verify_host_cert: false
dashboard_host: 'dashboard.pantheon.io'
vcr_mode: 'none'
test_site_name: 'behat-tests'
other_user: '[email protected]'
php_site_domain: 'pantheonsite.io'
payment_method_label: 'Visa - 1111'
organization_name: 'organization-name'
machine_token: '111111111111111111111111111111111111111111111'
machine_token_device: 'Behat Testing Token'
machine_token_id: 'dcr_q4tFMiYiK9DfJO15'
cache_dir: '/tmp/.terminus/cache'