-
Notifications
You must be signed in to change notification settings - Fork 4
/
behat.yml.dist
executable file
·29 lines (29 loc) · 1.04 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
default:
translation:
locale: en
suites:
default:
paths: [ '%paths.base%/tests/features' ]
contexts:
- MarcOrtola\BehatSEOContexts\Context\MetaContext
- MarcOrtola\BehatSEOContexts\Context\LocalizationContext
- MarcOrtola\BehatSEOContexts\Context\RobotsContext
- MarcOrtola\BehatSEOContexts\Context\IndexationContext
- MarcOrtola\BehatSEOContexts\Context\RedirectContext
- MarcOrtola\BehatSEOContexts\Context\SitemapContext
- MarcOrtola\BehatSEOContexts\Context\HTMLContext
- MarcOrtola\BehatSEOContexts\Context\PerformanceContext
- MarcOrtola\BehatSEOContexts\Context\SocialContext
- MarcOrtola\BehatSEOContexts\Context\AccessibilityContext
- MarcOrtola\BehatSEOContexts\Context\UXContext
- Behat\MinkExtension\Context\MinkContext
extensions:
Behat\MinkExtension:
base_url: 'http://localhost:8080'
goutte: ~
browser_name: 'chrome'
sessions:
default:
goutte: ~
symfony2:
goutte: ~