Let's say I have 2 robot framework script (x.robot ans y.robot), is there a way that x.robot script will execute y.robot with different parameters? Meaning I don't want duplicate *.robot scripts but one script that run with different parameters each time.
I'm using Python3