blob: 3f005b5133c3fc470a5fce1520008cf84a021312 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Feature: Project Builds
Background:
Given I sign in as a user
And I own a project
And CI is enabled
And I have recent build for my project
Scenario: I browse build summary page
When I visit recent build summary page
Then I see summary for build
And I see build trace
|