We have client specific product. Earlier from UI , we were able to access only one client. Now from UI we have given additional settings, where we can access multiple clients from same UI.
We have rest api automation developled using robot framework.
Curremtly I am running robot tests with arugment file as input on one client.
My requirement is I need to modify jenkins job/libary/config file/argument file like that , which should be able to parellel execution on both clients ( currently the config file I am using is valid for client 1 only)
Please suggest if anyone have any ideas.