You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, scripts are sending request to http://www.xyz.zxy?xxx=any_phrase on develop environment and any outher address on product environment. My url include any words from huge file so i cant add it to git repo. The file is preset on product environment but not the same place like develop environment. To change the addresses an intervention in the test scripts is required so, set all path in to config file will useful but now it is impossible.
Solution is rebuild "configure" method from utilities/run.py. This method need to read more params like args=[] or somethig like that. Methods "run" from core.UserGroup and core.Agent must take one more argument and core.Agent need to create transaction object with this one param.
The text was updated successfully, but these errors were encountered:
For example, scripts are sending request to http://www.xyz.zxy?xxx=any_phrase on develop environment and any outher address on product environment. My url include any words from huge file so i cant add it to git repo. The file is preset on product environment but not the same place like develop environment. To change the addresses an intervention in the test scripts is required so, set all path in to config file will useful but now it is impossible.
Solution is rebuild "configure" method from utilities/run.py. This method need to read more params like args=[] or somethig like that. Methods "run" from core.UserGroup and core.Agent must take one more argument and core.Agent need to create transaction object with this one param.
The text was updated successfully, but these errors were encountered: