Created
April 12, 2017 09:38
-
-
Save alexandr-parkhomenko/069c14c4a634bbc234dcfab11e188d8f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imports: | |
- ../../package/platform/src/Oro/Bundle/TestFrameworkBundle/Resources/config/behat.yml.dist | |
default: &default | |
gherkin: | |
filters: | |
tags: ~@not-automated&&~@skip&&~@community-edition-only | |
extensions: | |
Behat\MinkExtension: | |
browser_name: chrome | |
base_url: 'http://oro.dev/' | |
Behat\Symfony2Extension: ~ | |
Oro\Bundle\TestFrameworkBundle\Behat\ServiceContainer\OroTestFrameworkExtension: | |
shared_contexts: | |
- Oro\Bundle\TestFrameworkBundle\Tests\Behat\Context\OroMainContext | |
- Oro\Bundle\TestFrameworkBundle\Tests\Behat\Context\FixturesContext | |
- OroActivityListBundle::ActivityContext | |
- OroDataGridBundle::GridContext | |
- OroSecurityBundle::ACLContext | |
- OroSecurityBundle::PermissionContext | |
- OroSearchBundle::SearchContext | |
- OroImportExportBundle::ImportExportContext: | |
- '@oro_entity.entity_alias_resolver' | |
- '@oro_importexport.processor.registry' | |
- OroAddressBundle::AddressContext | |
- OroSalesBundle::SalesContext | |
selenium2: | |
<<: *default | |
# Uncomment this in your behat.yml for run tests with Chrome browser | |
extensions: | |
Behat\MinkExtension: | |
capabilities: { "browserName": "chrome", "browser": "chrome", 'chrome': {'switches':['--no-sandbox']}} | |
#browser_name: chrome | |
base_url: 'http://oro.dev/' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment