Skip to main content

Examples in Robot Framework. Expands example data to individual test cases

Project description

# 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RobotFramework-Examples-1.1.0.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

RobotFramework_Examples-1.1.0-py3-none-any.whl (13.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page