-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbehat.yml
28 lines (28 loc) · 935 Bytes
/
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
default:
suites:
web:
contexts:
- FeatureContext
- Cevou\Behat\ScreenshotCompareExtension\Context\ScreenshotCompareContext
formatters:
pretty: true
html:
output_path: %paths.base%/tests/reports/behat/html
extensions:
emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension:
name: html
Behat\MinkExtension:
base_url: 'http://local.circle'
default_session: goutte
goutte: ~
browser_stack:
username: newbot1
access_key: pbCitBc3ZxWuaYgdPsPU
Cevou\Behat\ScreenshotCompareExtension:
screenshot_dir: %paths.base%/tests/screenshots
sessions:
default: ~
adapters:
default:
local:
directory: %paths.base%/error_screenshotstest