Describe the bug
Variables from variable files are displayed as not found if another variable file with the same name is imported. Tests run successfully, though, which makes debugging kind of tricky.
To Reproduce
Steps to reproduce the behavior:
Create two folders test_a and test_b
Create a variables.yaml file with a least one variable in each folder and one in the root folder
Create a robot file importing the yaml files and using that variables
See error "Variable not found" - robotcode.namespace(VariableNotFound)
Run the test and see all variables being logged correctly
If possible add some example source code like:
*** Settings ***
Documentation This file outputs the variables import from variable files from
... different folders with the same name
Variables variables.yaml
Variables folder_a${/}variables.yaml
Variables folder_b${/}variables.yaml
*** Test Cases ***
Test Case 1
[Documentation] This test case uses the variables from the variables.yaml file
[Tags] variables
Log ${VAR_A}
Log ${VAR_B}
Log ${VAR_C}
Describe the bug Variables from variable files are displayed as not found if another variable file with the same name is imported. Tests run successfully, though, which makes debugging kind of tricky.
To Reproduce Steps to reproduce the behavior:
If possible add some example source code like:
variable_test.zip
Expected behavior The variables of .yaml files should always be displayed.
Screenshots/ Videos Screenshot of issue
Desktop: