mirror of
https://github.com/openSUSE/osc.git
synced 2026-02-08 13:30:44 +01: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"
|