mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
19 lines
637 B
YAML
19 lines
637 B
YAML
# This file is part of the Sylius package.
|
|
# (c) Paweł Jędrzejewski
|
|
|
|
default:
|
|
suites:
|
|
ui_managing_locales:
|
|
contexts_as_services:
|
|
- sylius.behat.context.hook.doctrine_orm
|
|
|
|
- sylius.behat.context.transform.locale
|
|
- sylius.behat.context.transform.shared_storage
|
|
|
|
- sylius.behat.context.setup.locale
|
|
- sylius.behat.context.setup.security
|
|
|
|
- sylius.behat.context.ui.admin.managing_locales
|
|
- sylius.behat.context.ui.admin.notification
|
|
filters:
|
|
tags: "@managing_locales && @ui"
|