Programmatically Setting API/Test Run Config
J
Joe Rendleman
It would be nice to be able to set most if not all variables that can be set in the "qase.config.json" file from within test case scripts. I understand more general stuff like API key not being settable but being able to programatically set the test suite, test name, test parameters, etc. would be extremely beneficial. As an example, I'm programing tests in RobotFramework and using the Qase library. I can set the Test Case from the Tags which I think is alright but I'm unable to set any test parameters from tags because I'm using a test template (this I'd say is the actual bug here. Not being able to set tags from a test template keyword). I'd love a keyword or something to do "Set Parameter" which would allow me to map my test run to different parameter sets.