behat.yml in Open Social 8.7
Same filename and directory in other branches
- 8.9 tests/behat/config/behat.yml
- 8 tests/behat/config/behat.yml
- 8.2 tests/behat/config/behat.yml
- 8.3 tests/behat/config/behat.yml
- 8.4 tests/behat/config/behat.yml
- 8.5 tests/behat/config/behat.yml
- 8.6 tests/behat/config/behat.yml
- 8.8 tests/behat/config/behat.yml
- 10.3.x tests/behat/config/behat.yml
- 10.0.x tests/behat/config/behat.yml
- 10.1.x tests/behat/config/behat.yml
- 10.2.x tests/behat/config/behat.yml
tests/behat/config/behat.yml
File
tests/behat/config/behat.ymlView source
- default:
- autoload:
- '': /var/www/html/profiles/contrib/social/tests/behat/features/bootstrap
- suites:
- default:
- parameters:
- test_users:
- admin:
- username: 'admin'
- password: 'admin'
- mail: 'info+admin@example.com'
- paths:
- features: '/var/www/html/profiles/contrib/social/tests/behat/features'
- bootstrap: '/var/www/html/profiles/contrib/social/tests/behat/features/bootstrap'
- contexts:
- - Drupal\social\Behat\FeatureContext
- - Drupal\social\Behat\SocialDrupalContext
- - Drupal\social\Behat\SocialMinkContext
- - Drupal\DrupalExtension\Context\BatchContext
- - Drupal\DrupalExtension\Context\ConfigContext
- - Drupal\DrupalExtension\Context\MessageContext
- - Drupal\social\Behat\PostContext
- - Drupal\social\Behat\EmailContext
- extensions:
- Behat\MinkExtension:
- default_session: 'selenium2'
- base_url: 'http://web/'
- files_path: '/root/files/'
- goutte: ~
- selenium2:
- wd_host: 'http://selenium:4444/wd/hub/'
- browser: 'firefox'
- Drupal\DrupalExtension:
- api_driver: 'drupal'
- drupal:
- drupal_root: '/var/www/html'
- selectors:
- message_selector: '.alert'
- error_message_selector: '.alert.alert-danger'
- success_message_selector: '.alert.alert-success'
- text:
- username_field: 'Username or email address'
- log_in: "Log in"
- log_out: "Logout"
- region_map:
- 'Page title block': '.region--title'
- 'Admin page title block': '.region-header'
- 'Hero block': '.region--hero'
- 'Hero buttons': '.region--hero .btn-group'
- 'Tabs': '.region--secondary-navigation'
- 'Main content': '.region--content'
- 'Main content front': '.region--content'
- 'Sidebar second': 'aside[role=complementary]'
- 'Modal footer': '.modal-footer'