This repository was archived by the owner on Apr 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbehat.yml
More file actions
39 lines (37 loc) · 1.46 KB
/
behat.yml
File metadata and controls
39 lines (37 loc) · 1.46 KB
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
34
35
36
37
38
39
default:
formatters:
pretty:
verbose: true
paths: false
snippets: false
suites:
landingpage:
paths: [ %paths.base%/features/landingpage ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- AppBundle\Behat\Context\WebContext
- App\ModuleUser\Bundle\ModuleUserBundle\Behat\Context\AuthenticationContext
authorization:
paths: [ %paths.base%/features/authorization ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- AppBundle\Behat\Context\WebContext
- AppBundle\Behat\Context\DoctrineFixturesContext
- App\ModuleUser\Bundle\ModuleUserBundle\Behat\Context\AuthenticationContext
notebook:
paths: [ %paths.base%/features/ModuleNotebookUi ]
contexts:
- Behat\MinkExtension\Context\MinkContext
- AppBundle\Behat\Context\WebContext
- AppBundle\Behat\Context\DoctrineFixturesContext
- App\ModuleUser\Bundle\ModuleUserBundle\Behat\Context\AuthenticationContext
extensions:
Behat\MinkExtension:
sessions:
default:
symfony2: ~
javascript:
selenium2: ~
browser_name: firefox
show_auto: false
Behat\Symfony2Extension: ~