MarketSquare / robotframework-style-guide

Robot Framework Style Guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Folder Structure

kstine opened this issue · comments

Build from the existing Guide and flush out details

https://docs.robotframework.org/docs/examples/project_structure

I guess more details about libraries would be nice.

It was interesting for me some time ago how to use Libraries folder with more complicated folder structure (multiple libraries reusing some common modules) without pre-defining pythonpath in CLI and what I finished with was a small import mess in multiple .robot and .resource files. But at this point I would appreciate other people’s experience with such things before I could suggest something in this topic.