mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
20 lines
725 B
YAML
20 lines
725 B
YAML
# This file is part of the Sylius package.
|
|
# (c) Paweł Jędrzejewski
|
|
|
|
default:
|
|
suites:
|
|
ui_managing_payment_methods:
|
|
contexts_as_services:
|
|
- sylius.behat.context.hook.doctrine_orm
|
|
|
|
- sylius.behat.context.transform.shared_storage
|
|
- sylius.behat.context.transform.payment_method
|
|
- sylius.behat.context.transform.locale
|
|
|
|
- sylius.behat.context.setup.channel
|
|
- sylius.behat.context.setup.security
|
|
- sylius.behat.context.setup.payment_method
|
|
|
|
- sylius.behat.context.ui.admin.managing_payment_methods
|
|
filters:
|
|
tags: "@managing_payment_methods && @ui"
|