Skip to content

Support for Examples: in Robot Framework like in other BDD style test frameworks

License

Notifications You must be signed in to change notification settings

worldline/RobotFramework-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# RobotFramework-Examples

Support for Examples: in Robot Framework like in other BDD style test frameworks

An example of a test case looks like this:

*** Settings ***
Library    Examples

*** Test cases ***
My test with examples for ${name}
    Log    Hello ${name}, welcome to ${where welcome}    console=True

    Examples:    name      where welcome    --
            ...    Joe       the world!
            ...    Arthur    Camelot (clip clop).
            ...    Patsy     it's only a model!

Keyword information can be found here: Keywords

About

Support for Examples: in Robot Framework like in other BDD style test frameworks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published