~c2c-oerpscenario/oerpscenario/stable-6.0

« back to all changes in this revision

Viewing changes to features/base_module_quality/base_module_quality.feature

  • Committer: Joël Grand-Guillaume
  • Date: 2010-03-26 11:30:57 UTC
  • mfrom: (30.1.75 OERPScenario)
  • Revision ID: joel.grandguillaume@camptocamp.com-20100326113057-w6jb16avnxkf2ize
[MRG] From trunk branch. This is about releasing the 0.5 version of OERPScenario.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#
6
6
##############################################################################
7
7
 
8
 
@quality 
9
 
Feature run quality tests
 
8
# Features Generic tags (none for all)
 
9
##############################################################################
 
10
 
 
11
# Module : commented because not always needed
 
12
# Run it with tag @quality
 
13
# @addons
 
14
 
 
15
# System
 
16
@quality
 
17
 
 
18
Feature Run quality tests provided by the editor
10
19
  In order to run the quality tests provided by base_module_quality
11
 
  As an administator
12
20
  I want to install the module and run the following tests
13
21
  
14
 
  @quality
15
 
  Scenario: install_and_run_base_module_quality
 
22
  Scenario: Install base_module_quality and run the tests
16
23
    Given I want to run the quality tests provided by base_module_quality on installed module
17
 
    When I insall the base_module_quality
 
24
    When I install the base_module_quality
18
25
    And run the quality check on every installed module
19
26
    Then I should have a report on every module
20
27
    And all module, except base, should have a final score greater than 70.0 percent
21
 
    And here is a summary (Not implemented yet..)
 
28
    And above is a detailed summary of the results
22
29
    
 
 
b'\\ No newline at end of file'