summaryrefslogtreecommitdiff
path: root/features/project/builds/summary.feature
blob: b69d279517b7e7cd79f9a0dd8fdf57f9e893a370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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