Sha256: 8e2c777fa3594722640299ceba47e0d216f2bc4908b638abb1f7dc3c02a9c745

Contents?: true

Size: 1.74 KB

Versions: 10

Compression:

Stored size: 1.74 KB

Contents

Feature: Processing with date
  In order to be able to retrieve processing results
  As a developer
  I want to be able to retrieve the processing for a given date

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With one repository just after starting to process and tomorrow's date
    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 processing_with_date method for the given repository and tomorrow's date
    Then I should get a Processing

  @kalibro_processor_restart @kalibro_configuration_restart
  Scenario: With one repository just after starting to process and yesterday's date
    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 processing_with_date method for the given repository and yesterday's date
    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/processing_with_date.feature
kalibro_client-2.1.0 features/repository/processing/processing_with_date.feature
kalibro_client-2.0.0 features/repository/processing/processing_with_date.feature
kalibro_client-1.4.1 features/repository/processing/processing_with_date.feature
kalibro_client-1.4.0 features/repository/processing/processing_with_date.feature
kalibro_client-1.3.0 features/repository/processing/processing_with_date.feature
kalibro_client-1.2.2 features/repository/processing/processing_with_date.feature
kalibro_client-1.2.0 features/repository/processing/processing_with_date.feature
kalibro_client-1.1.0 features/repository/processing/processing_with_date.feature
kalibro_client-1.0.0 features/repository/processing/processing_with_date.feature