BigW Consortium Gitlab

graph.feature 723 Bytes
Newer Older
1 2 3 4 5 6 7
Feature: Project Graph
  Background:
    Given I sign in as a user
    And I own project "Shop"

  @javascript
  Scenario: I should see project graphs
8
    When I visit project "Shop" graph page
9
    Then page should have graphs
10 11 12 13 14

  @javascript
  Scenario: I should see project commits graphs
    When I visit project "Shop" commits graph page
    Then page should have commits graphs
15 16 17 18 19 20

  @javascript
  Scenario: I should see project ci graphs
    Given project "Shop" has CI enabled
    When I visit project "Shop" CI graph page
    Then page should have CI graphs
21 22 23 24 25

  @javascript
  Scenario: I should see project languages graphs
    When I visit project "Shop" languages graph page
    Then page should have languages graphs