Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.88 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.88 KB

robotframework-code-examples

a repo with some examples

These templates are used to define own code examples.

Generate own examples

To generate own examples as url, you can use 'gen_config.py'.

It opens a menu and let you configure the examples. It parses the files that are directly in the directory and creates a config file for the robotframework code examples.

Console Screenshot

Install requirements

pip install -r requirements.txt

Run gen_config.py

python gen_config.py <path_to_directory>