Sha256: 7940dd2a079b5771bf43c164b94c440c72245875ff323c939467eed3a685242b

Contents?: true

Size: 1.07 KB

Versions: 3

Compression:

Stored size: 1.07 KB

Contents

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

  @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 loc configuration within the given kalibro configuration
    And the given project has the following Repositories:
      |   name    | scm_type |              address                        |
      |  Kalibro  |    GIT   | https://git.gitorious.org/sbking/sbking.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_of method for the given repository
    When I call the metric results of method with the results root id of the given processing
    Then I should get a list of metric results
    And the first metric result should have a metric configuration

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kalibro_client-0.1.0 features/metric_result/metric_results_of.feature
kalibro_client-0.0.3 features/metric_result/metric_results_of.feature
kalibro_client-0.0.2 features/metric_result/metric_results_of.feature