Skip to content

Allow users to specify data tables for tests #59

@heynemann

Description

@heynemann

Allow users to specify tests like this:

Given
I go to Login Page
When
I fill the textbox "username" with "<>"
And I fill the textbox "password" with "<>"
Then
I see the div "greeting" contains "Hello <>"
With
| username | password |
| john | nhoj |
| paul | luap |

This would generate two scenarios (one for john and one for paul). It would also replace <> for the given username and <> for the given password.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions