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

https://github.com/robotframework/libraryapiexamples

Executable examples demonstrating Robot Framework test library API.
https://github.com/robotframework/libraryapiexamples

Last synced: 8 months ago
JSON representation

Executable examples demonstrating Robot Framework test library API.

Awesome Lists containing this project

README

          

Robot Framework test library API examples
=========================================

`Robot Framework `_ is a generic open source test
automation framework. It has easy-to-use tabular test data syntax and it
utilizes the keyword-driven testing approach. Its testing capabilities can be
extended by test libraries implemented either with Python or Java.

This project contains executable examples demonstrating different features
of Robot Framework test library API. The API itself is documented thoroughly
in `Robot Framework User Guide `_.

**Work in progress.**