mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Behat / Travis] Removed "search_orm_only" suite because there's no scenarios within that suite
This commit is contained in:
parent
96d81af985
commit
adce191764
2 changed files with 0 additions and 18 deletions
|
|
@ -350,23 +350,6 @@ default:
|
|||
filters:
|
||||
tags: "@search"
|
||||
|
||||
search_orm_only:
|
||||
contexts:
|
||||
- Sylius\Bundle\SearchBundle\Behat\SearchContext
|
||||
- Sylius\Bundle\CoreBundle\Behat\HookContext
|
||||
- Behat\MinkExtension\Context\MinkContext
|
||||
- Sylius\Bundle\AddressingBundle\Behat\AddressingContext
|
||||
- Sylius\Bundle\TaxonomyBundle\Behat\TaxonomyContext
|
||||
- Sylius\Bundle\CoreBundle\Behat\CoreContext
|
||||
- Sylius\Bundle\ProductBundle\Behat\ProductContext
|
||||
- Sylius\Bundle\ResourceBundle\Behat\FixtureContext
|
||||
- Sylius\Bundle\ShippingBundle\Behat\ShippingContext
|
||||
- Sylius\Bundle\WebBundle\Behat\WebContext
|
||||
- Sylius\Bundle\MoneyBundle\Behat\MoneyContext
|
||||
- Sylius\Bundle\ChannelBundle\Behat\ChannelContext
|
||||
filters:
|
||||
tags: "@search_orm_only"
|
||||
|
||||
channels:
|
||||
contexts:
|
||||
- Behat\MinkExtension\Context\MinkContext
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ bin/behat -s reports -f progress
|
|||
bin/behat -s taxonomies -f progress
|
||||
bin/behat -s users -f progress
|
||||
bin/behat -s search -f progress
|
||||
bin/behat -s search_orm_only -f progress
|
||||
|
||||
bin/behat -s checkout -f progress features/frontend/checkout_addressing.feature
|
||||
bin/behat -s checkout -f progress features/frontend/checkout_finalize.feature
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue