We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787d88c commit cd216d3Copy full SHA for cd216d3
example/ruby/example_sample2.rb
@@ -12,7 +12,7 @@ class ExampleTests < Minitest::Test
12
automationName: 'flutter',
13
udid: 'emulator-5554',
14
deviceName: 'Android',
15
- app: "#{Dir.pwd}/../../example/sample2/app-debug.apk",
+ app: "#{Dir.pwd}/example/sample2/app-debug.apk",
16
maxRetryCount: 60,
17
retryBackoffTime: 10000,
18
},
0 commit comments