github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestGaugeIntegration/gauge-java/specs/example.spec (about)

     1  # Specification Heading
     2  
     3  This is an executable specification file. This file follows markdown syntax.
     4  Every heading in this file denotes a scenario. Every bulleted point denotes a step.
     5  
     6  To execute this specification, run
     7  	gauge run specs
     8  
     9  
    10  * Vowels in English language are "aeiou".
    11  
    12  ## Vowel counts in single word
    13  
    14  tags: single word
    15  
    16  * The word "gauge" has "3" vowels.
    17  
    18  
    19  ## Vowel counts in multiple word
    20  
    21  This is the second scenario in this specification
    22  
    23  Here's a step that takes a table
    24  
    25  * Almost all words have vowels
    26       |Word  |Vowel Count|
    27       |------|-----------|
    28       |Gauge |3          |
    29       |Mingle|2          |
    30       |Snap  |1          |
    31       |GoCD  |1          |
    32       |Rhythm|0          |