14 lines
312 B
Gherkin
14 lines
312 B
Gherkin
|
Feature: Browse branches
|
||
|
Background:
|
||
|
Given I signin as a user
|
||
|
And I own project "Shop"
|
||
|
Given I visit project branches page
|
||
|
|
||
|
Scenario: I can see all git branches
|
||
|
|
||
|
Scenario: I can download project by branch
|
||
|
|
||
|
Scenario: I can view protected branches
|
||
|
|
||
|
Scenario: I can manage protected branches
|