Sha256: c3bb76451061bbb1fad162c114d9840a20d580beea5e0017b3369022fefdba22

Contents?: true

Size: 915 Bytes

Versions: 10

Compression:

Stored size: 915 Bytes

Contents

Feature: First processing
  In order to be able to retrieve processing results
  As a developer
  I want to be able to retrieve the first processing

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With one repository just after starting to process
    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://github.com/rafamanzo/runge-kutta-vtk.git |
    And I call the process method for the given repository
    And I wait up to 1 seconds
    When I call the first_processing method for the given repository
    Then I should get a Processing

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
kalibro_client-2.1.1 features/repository/processing/first_processing.feature
kalibro_client-2.1.0 features/repository/processing/first_processing.feature
kalibro_client-2.0.0 features/repository/processing/first_processing.feature
kalibro_client-1.4.1 features/repository/processing/first_processing.feature
kalibro_client-1.4.0 features/repository/processing/first_processing.feature
kalibro_client-1.3.0 features/repository/processing/first_processing.feature
kalibro_client-1.2.2 features/repository/processing/first_processing.feature
kalibro_client-1.2.0 features/repository/processing/first_processing.feature
kalibro_client-1.1.0 features/repository/processing/first_processing.feature
kalibro_client-1.0.0 features/repository/processing/first_processing.feature