Sha256: 8c965e9d0fc36731ef6cb4bec53787bfb87bb3126588dc3eeebdf90f7d628a6b

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 KB

Contents

Feature: Module Results
  In order to be able to get the module result associated with this metric result
  As a developer
  I want to get the module result of the given metric 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 "Conf"
    And I have a reading group with name "Group"
    And I have a "saikuro" configuration within the given kalibro configuration
    And the given project has the following Repositories:
      |   name    | scm_type |                   address                        |
      |  Kalibro  |    GIT   | https://github.com/mezuro/kalibro_processor.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 get the first metric result of the given processing
    And I ask for the module result of the given metric result
    Then I should get the metric result's module result

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kalibro_client-2.1.2 features/metric_result/module_results.feature