Cucumber:
* Profile * Browse code * Sceleton for main features * Wiki * Commits
This commit is contained in:
parent
6ff99fe945
commit
5bbf3ccf05
37 changed files with 560 additions and 62 deletions
13
features/projects/commits/branches.feature
Normal file
13
features/projects/commits/branches.feature
Normal file
|
@ -0,0 +1,13 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue