RobotFramework - Run Tests on different environments
问题 I need to run specific tests for specific environments QA, Dev, Test etc., I have put a Tag on different tests i want to run on different, I am using AppiumLibrary as I am working on a mobile device, I was thinking to use a text file with all variables i need to execute for specific enviroments something like this. --variable Env:http://example.test.com:1111 --variable remoteUrl:http://127.0.0.1:123/web/hub --variable platformVersion:8.0 --variable platformName:Android --variable deviceName