mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-08 22:18:43 +02:00
13 lines
331 B
Gherkin
13 lines
331 B
Gherkin
Feature: `osc fork` command
|
|
|
|
|
|
Background:
|
|
Given I set working directory to "{context.osc.temp}"
|
|
|
|
@destructive
|
|
Scenario: Fork a git repo
|
|
When I execute osc with args "fork test:factory test-GitPkgA"
|
|
Then the exit code is 0
|
|
And stdout contains " scmsync URL: "
|
|
And stdout contains "/Admin/test-GitPkgA#factory"
|