Sha256: 6a8a973b2cc83435a1ca0116e8327b9bc6075b09869afd8ad615bededb5a12e4

Contents?: true

Size: 1.53 KB

Versions: 1

Compression:

Stored size: 1.53 KB

Contents

Feature: Describing project
  In order to view project metrics
  As a console user
  I want to see state of all current project metrics

  Scenario: describing project
    Given catalog filled by seeds script
    When I execute cli "describe --df ---- TC"
    Then the cli output should contain:
    """
    +-------------------------+-----------------------------------+------------+-------------+
    | Metric                  | Value                             | Changed at | Changed by  |
    +-------------------------+-----------------------------------+------------+-------------+
    | Technology              | Ruby                              | ----       | a.shestakov |
    | Active                  | true                              | ----       | a.shestakov |
    | SCM                     | http://github.com/maksar/tc       | ----       | a.shestakov |
    | CI                      | http://travis-ci.org/#!/maksar/tc | ----       | a.shestakov |
    | Unit Tests Coverage     | 100.0                             | ----       | a.shestakov |
    | Unit Tests Count        | 100.0                             | ----       | a.shestakov |
    | Cucumber Tests Coverage | 92.68                             | ----       | a.shestakov |
    | Cucumber Tests Count    | 10.0                              | ----       | a.shestakov |
    | Tests Coverage          | 100.0                             | ----       | a.shestakov |
    +-------------------------+-----------------------------------+------------+-------------+
    9 rows in set
    """

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
techcor-0.0.1 features/describe_project.feature