blob: 5e938ea090eb41e6b4d2ed3fdecbbeee53bcd898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Feature: Project Builds Summary
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
|