You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tui-rsync/features/creating_source.feature

15 lines
352 B

Feature: Creating the source
Scenario Outline: Adding an new unique source
Given the label "<label>"
And the path "<source_path>"
When I add the source
Then the source should be added successfully
Examples:
| label | source_path |
| usb | /mnt/usb |
| db | /db |
| temp | /tmp |