gitlabhq/features/projects/commits/tags.feature

11 lines
252 B
Gherkin

Feature: Browse tags
Background:
Given I signin as a user
And I own project "Shop"
Given I visit project tags page
Scenario: I can see all git tags
Then I should see "Shop" all tags list
Scenario: I can download project by tag