Sha256: 0aa0c2dd6e5214e1b27a42acc621b6c9977658ec10ab71720c47bb9bd97bbd41

Contents?: true

Size: 1.11 KB

Versions: 10

Compression:

Stored size: 1.11 KB

Contents

Feature: history of
  In order to be able to get the date metric results of a processed repository
  As a developer
  I want to get the date metric results of the given module result and the given metric name

  @kalibro_configuration_restart @kalibro_processor_restart
  Scenario: when there is a metric result
    Given I have a project with name "Kalibro"
    And I have a kalibro configuration with name "Java"
    And I have a reading group with name "Group"
    And I have a metric with name "Lines of Code"
    And I have a loc configuration within the given kalibro configuration
    And the given project has the following Repositories:
      |   name    | scm_type |                   address                        |
      |  Kalibro  |    GIT   | https://github.com/rafamanzo/runge-kutta-vtk.git |
    And I call the process method for the given repository
    And I wait up for a ready processing
    And I call the first_processing method for the given repository
    When I call the history of method with the metric name and the results root id of the given processing
    Then I should get a list of date metric results

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kalibro_client-2.1.1 features/metric_result/tree/history_of.feature
kalibro_client-2.1.0 features/metric_result/tree/history_of.feature
kalibro_client-2.0.0 features/metric_result/tree/history_of.feature
kalibro_client-1.4.1 features/metric_result/history_of.feature
kalibro_client-1.4.0 features/metric_result/history_of.feature
kalibro_client-1.3.0 features/metric_result/history_of.feature
kalibro_client-1.2.2 features/metric_result/history_of.feature
kalibro_client-1.2.0 features/metric_result/history_of.feature
kalibro_client-1.1.0 features/metric_result/history_of.feature
kalibro_client-1.0.0 features/metric_result/history_of.feature