mirror of
https://gitlab.com/KKlochko/tui-rsync.git
synced 2026-08-20 05:37:43 +00:00
Update the test for the creating source feature to have examples.
This commit is contained in:
@@ -1,8 +1,14 @@
|
|||||||
Feature: Creating the source
|
Feature: Creating the source
|
||||||
|
|
||||||
Scenario: Adding an new unique source
|
Scenario Outline: Adding an new unique source
|
||||||
Given the label "db"
|
Given the label "<label>"
|
||||||
And the path "/db"
|
And the path "<source_path>"
|
||||||
When I add the source
|
When I add the source
|
||||||
Then the source should be added successfully
|
Then the source should be added successfully
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
| label | source_path |
|
||||||
|
| usb | /mnt/usb |
|
||||||
|
| db | /db |
|
||||||
|
| temp | /tmp |
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user