File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ def print_usage
1515 prints the gem version.
1616 devices
1717 prints the list of devices attached.
18+ setup
19+ creates kraken-settings file specifying in what devices the tests are going to be run.
20+ gen
21+ generate a features folder structure.
22+ resign <apk>
23+ resigns the app with the currently configured keystore.
1824EOF
1925end
2026
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def kraken_setup
2020 end
2121
2222 devices_connected_id = devices_connected . map { |device | device . id }
23- for i in 0 ...devices_connected . size
23+ for i in 0 ...number_of_devices
2424 selected_device_id = prompt . select ( "Choose your user #{ i +1 } " , devices_connected_id )
2525 valid_apk = false
2626 entered_apk_path = nil
You can’t perform that action at this time.
0 commit comments