robotframework / robotframework/RIDE
Preprocess important `robot` BuiltIn variables to be usable in documentation imports
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 385
- Avg merge
- 13m
- Merged PRs (30d)
- 2
Description
In the below example, the ${CURDIR} will be only defined when robotis running, this causes the library import to fail and the keyword documentation is not loaded.
(Implementation suggestion: Use robot --dryrun libraries call to obtain variables)
Related with #1609, where it is requested that the arguments for TestRunner be preprocessed, overriding existing variables.

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue gives no file or test entry point; begin by reproducing the ${CURDIR} library-import failure described in the issue and inspect how RIDE loads keyword documentation. Compare the suggested robot --dryrun library call with the current import path; done means imports using built-in variables load their keyword documentation without requiring a normal run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100