1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-08 22:18:43 +02:00
Files
2025-05-16 10:46:16 +02:00

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"