maestro icon indicating copy to clipboard operation
maestro copied to clipboard

Allow to define default launch arguments

Open retyui opened this issue 2 years ago • 4 comments

I face with annoying thing that I have to define arguments in each test flow (contestant values, won't be changed)

- launchApp:
    appId: "com.example.app"
    arguments: 
       isMaestro: true
       turnOffAnalytics: true

Will be great to have ability to define a default launch arguments in config.yaml that will be used all the time by launchApp command

retyui avatar May 07 '23 09:05 retyui