Sha256: ed3ad80faba7b5266faff17f2941b4ca8b148137d045e92c3106d82509d1d554

Contents?: true

Size: 392 Bytes

Versions: 4

Compression:

Stored size: 392 Bytes

Contents

@customer
Feature: Customer Login Feature
  As a customer of the product I am able to login as myself

  Background:
    Given this undefined step definition

  @bvt
  Scenario: Customer with valid login is able to login
    Given that a customer is a valid customer
    When a customer logs in as username 'frank' with password 'default'
    Then I expect them to have logged in successfully

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cucumber-in-the-yard-1.5.3 example/example.feature
cucumber-in-the-yard-1.5.2 example/example.feature
cucumber-in-the-yard-1.5.1 example/example.feature
cucumber-in-the-yard-1.5 example/example.feature