MarketSquare / robotframework-style-guide

Robot Framework Style Guide
MIT License
27 stars 2 forks source link

Project Folder Structure #35

Open kstine opened 11 months ago

kstine commented 11 months ago

Build from the existing Guide and flush out details

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

borutzki commented 10 months ago

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.