mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
16 lines
422 B
Gherkin
16 lines
422 B
Gherkin
Feature: Project Builds Summary
|
|
Background:
|
|
Given I sign in as a user
|
|
And I own a project
|
|
And project has CI enabled
|
|
And project has a recent build
|
|
|
|
Scenario: I browse build details page
|
|
When I visit recent build details page
|
|
Then I see details of a build
|
|
And I see build trace
|
|
|
|
Scenario: I browse project builds page
|
|
When I visit project builds page
|
|
Then I see button to CI Lint
|