github.com/ouraigua/jenkins-library@v0.0.0-20231028010029-fbeaf2f3aa9b/integration/testdata/TestGaugeIntegration/gauge-js/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  
     8      gauge run specs
     9  
    10  
    11  * Vowels in English language are "aeiou".
    12  
    13  ## Vowel counts in single word
    14  tags: single word
    15  
    16  * The word "gauge" has "3" vowels.
    17  
    18  ## Vowel counts in multiple word
    19  
    20  This is the second scenario in this specification
    21  
    22  Here's a step that takes a table
    23  
    24  * Almost all words have vowels
    25       |Word  |Vowel Count|
    26       |------|-----------|
    27       |Gauge |3          |
    28       |Mingle|2          |
    29       |Snap  |1          |
    30       |GoCD  |1          |
    31       |Rhythm|0          |
    32