Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/worldline/robotframework-examples

Support for Examples: in Robot Framework like in other BDD style test frameworks
https://github.com/worldline/robotframework-examples

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# RobotFramework-Examples

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

An example of a test case looks like this:

.. code:: robotframework

*** 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`_

.. _Keywords: https://worldline.github.io/RobotFramework-Examples