mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
10 lines
367 B
Gherkin
10 lines
367 B
Gherkin
@installer @cli
|
|
Feature: Load sample data feature
|
|
In order to have sample data in Sylius
|
|
As a Developer
|
|
I want to run a command that loads sample data
|
|
|
|
Scenario: Running install sample data command
|
|
When I run Sylius Install Load Sample Data command
|
|
And I confirm loading sample data
|
|
Then the command should finish successfully
|