Sha256: 4e461d924d585932086c27dc8c5f44b1b855345505e0135b9051029a99a35e2b
Contents?: true
Size: 307 Bytes
Versions: 8
Compression:
Stored size: 307 Bytes
Contents
Feature: Cucumberish Demo Scenario: Cucumberish Given the app is running When I click on the hello button Then I should see "WelCome" Scenario Outline: Test Given the app is running When I click on the hello button Then I should see "<message>" Examples: Message | message | | WelCome | | WelCome |
Version data entries
8 entries across 8 versions & 1 rubygems