Open
Description
Hi. I am using aws glue etl job as a compute environment to run my long running test cases. For this purpose i have to create an .egg file of my robot framework keywords and attach this egg file with aws ETL job. so my veriables file script is in a module. So my question is
- is it possible to add my variable file as we add module
current working solution:
Variables path/folder/verifiable.py ${input}
Expectation:
Variables Module_name.veriable ${input}
Thanks