-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
23 lines (23 loc) · 844 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
default:
extensions:
Behat\MinkExtension:
base_url: https://springfieldil.craigslist.org
default_session: selenium2
browser_name: chrome
selenium2:
wd_host: "http://selenium-hub:4444/wd/hub"
SensioLabs\Behat\PageObjectExtension: ~
Bex\Behat\ScreenshotExtension:
image_drivers:
local:
screenshot_directory: "screenshots"
clear_screenshot_directory: true
suites:
acceptance:
mink_session: selenium2
browser_name: chrome
paths:
- "%paths.base%/features"
contexts:
- LV\Shumkov\BehatAcceptanceTestingExample\Behat\Contexts\FeatureContext
- Behat\MinkExtension\Context\MinkContext