|
|
|
@ -18,7 +18,7 @@ Feature: Show a backup plan with the CLI
|
|
|
|
|
@fixture.injector
|
|
|
|
|
@fixture.in_memory_database
|
|
|
|
|
@fixture.cli
|
|
|
|
|
Scenario Outline: Show non-existing backup plans with the CLI
|
|
|
|
|
Scenario Outline: Response of showing non-existing backup plans with the CLI
|
|
|
|
|
Given the CLI arguments are "<arguments>"
|
|
|
|
|
When I run the CLI
|
|
|
|
|
Then the CLI executed with "<result>"
|
|
|
|
@ -31,7 +31,7 @@ Feature: Show a backup plan with the CLI
|
|
|
|
|
@fixture.injector
|
|
|
|
|
@fixture.in_memory_database
|
|
|
|
|
@fixture.cli
|
|
|
|
|
Scenario Outline: Show no backup plans with the CLI
|
|
|
|
|
Scenario Outline: Response of showing no backup plans with the CLI
|
|
|
|
|
Given the CLI arguments are "<arguments>"
|
|
|
|
|
When I run the CLI
|
|
|
|
|
Then the CLI executed with "<result>"
|
|
|
|
@ -45,7 +45,7 @@ Feature: Show a backup plan with the CLI
|
|
|
|
|
@fixture.in_memory_database
|
|
|
|
|
@fixture.seeds
|
|
|
|
|
@fixture.cli
|
|
|
|
|
Scenario Outline: Show backup plans with the CLI
|
|
|
|
|
Scenario Outline: Response of showing backup plans with the CLI
|
|
|
|
|
Given the CLI arguments are "<arguments>"
|
|
|
|
|
And I have a backup plan with id="8aa59e7e-dc75-459b-beb5-b710b39be583"
|
|
|
|
|
When I run the CLI
|
|
|
|
|