We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When you fill fields perheaps you would set generated datas
Given I fill "email" field with "@('internet', 'email', 'memorization_key')"
The "@" at start mean you want use faker to generate the data.
Arguments are @(category, type, memorisation_key)
@(category, type, memorisation_key)
category and type are used to call faker function in the example will call faker.internet.email()
faker.internet.email()
The memorization_key is used to retrieve datas after for example if you fill a field and want to check value is visible on the next screen