-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbehat.yml.dist
34 lines (32 loc) · 1.38 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
30
31
32
33
34
imports:
- ./vendor/oro/platform/src/Oro/Bundle/TestFrameworkBundle/Resources/config/behat.yml.dist
default: &default
gherkin:
filters:
tags: ~@not-automated&&~@skip
extensions:
Behat\MinkExtension:
base_url: 'http://dev-crm.local/'
Behat\Symfony2Extension: ~
Oro\Bundle\TestFrameworkBundle\Behat\ServiceContainer\OroTestFrameworkExtension:
shared_contexts:
- OroSalesBundle::SalesContext
- Oro\Bundle\TestFrameworkBundle\Tests\Behat\Context\OroMainContext
- Oro\Bundle\TestFrameworkBundle\Tests\Behat\Context\FixturesContext
- OroActivityListBundle::ActivityContext
- OroDataGridBundle::GridContext
- OroFormBundle::FormContext
- OroSecurityBundle::ACLContext
- OroSecurityBundle::PermissionContext
- OroSearchBundle::SearchContext
- OroImportExportBundle::ImportExportContext:
- '@oro_entity.entity_alias_resolver'
- '@oro_importexport.processor.registry'
- OroAddressBundle::AddressContext
selenium2:
<<: *default
# Uncomment this in your behat.yml for run tests with Chrome browser
# extensions:
# Behat\MinkExtension:
# browser_name: chrome
# base_url: 'http://dev-crm.local/'