BigW Consortium Gitlab

summary.feature 848 Bytes
Newer Older
1 2 3 4
Feature: Project Builds Summary
  Background:
    Given I sign in as a user
    And I own a project
5
    And project has CI enabled
6
    And project has coverage enabled
7
    And project has a recent build
8

9 10 11
  Scenario: I browse build details page
    When I visit recent build details page
    Then I see details of a build
12
    And I see build trace
13 14 15

  Scenario: I browse project builds page
    When I visit project builds page
16
    Then I see coverage
17
    Then I see button to CI Lint
18 19

  Scenario: I erase a build
20 21
    Given recent build is successful
    And recent build has a build trace
22 23 24 25
    When I visit recent build details page
    And I click erase build button
    Then recent build has been erased
    And recent build summary does not have artifacts widget
26
    And recent build summary contains information saying that build has been erased