mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
9 lines
400 B
Gherkin
9 lines
400 B
Gherkin
@showing_available_plugins @cli
|
|
Feature: Showing available Sylius plugins
|
|
In order to be aware of available plugins
|
|
As a Developer
|
|
I want to be informed about available plugins
|
|
|
|
Scenario: Showing available Sylius plugins
|
|
When I run show available plugins command
|
|
Then I should see output "Available official plugins and selected community plugins" with listed plugins
|