test-fullautomation / robotframework

Generic automation framework for acceptance testing and RPA
http://robotframework.org
Apache License 2.0
1 stars 0 forks source link

Despite missing variable file test is executed #22

Open HolQue opened 1 year ago

HolQue commented 1 year ago

By mistake I provided a variable file that could not be found under this path:

--variablefile "./variables/testvariables.py"

But the test is executed - and PASSED.

How this?

namsonx commented 1 year ago

Hello Holger,

"--variablefile" is a mechanism of robot framework core. We can modify the robot core or raise this concern to robot framework community.

Thank you, Son

test-fullautomation commented 1 year ago

Hi both, as discussed today I want to start raising pull-requests for the RobotFramework Community. This would be a nice issue for this. I shift the ticket to RobotFramework issues.

@milanac030988 : This would be a nice first issue where we try to contribute.

Thank you, Thomas