Sylius/features/installer/load_sample_data_command.feature
2017-10-10 10:51:43 +02:00

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