Sha256: 8f475e625d249fcc166f32d22a808116a0fbf964a90cad7afc0c1803fb715165
Contents?: true
Size: 721 Bytes
Versions: 3
Compression:
Stored size: 721 Bytes
Contents
Feature: Scan results return useful information Model objects are returned in the results of a scan. Scenario: Scanned scenario Given the following feature file "file1.feature": """ Feature: @test_case_1 Scenario: * a step """ When the files are scanned Then the payload is a model object Scenario: Scanned outline Given the following feature file "test_file.feature": """ Feature: @test_case_7 Scenario Outline: * a step Examples: with rows | test_case_id | param 1 | | 7-1 | value 1 | """ When the files are scanned Then the payload has a test and a test row
Version data entries
3 entries across 3 versions & 1 rubygems