12 lines
309 B
Gherkin
12 lines
309 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 summary page
|
||
|
When I visit recent build summary page
|
||
|
Then I see summary for build
|
||
|
And I see build trace
|