I am learning robot and creating a testframework. I want to give people an easy way to add more tests.
Is it possible to dynamically create tests based on arguments passed in argument file?
I have all my tests in a .rst file and right now users have to populate the test table , but I want to make it simpler so other people actually use the framework.