verify min version in robotframework?

Viewed 29

I am trying to integrate robot-framework testscripts into a project. Just after starting someone had failures which turned out to be related to him having version V4 of the framework.

Is there some way I can verify the version in the robot-script or the surrounding makefile to make a clear error message when not having V5 or more?

of course, I could parse robot --version , split off the number, and check >=5.0.1, but I was wondering if there is a nicer method of doing for this.

0 Answers
Related