Skip to content

Commit 8ccbe79

Browse files
committed
fixed kraken setting
1 parent 1e509bb commit 8ccbe79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/kraken-mobile-helpers.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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.
1824
EOF
1925
end
2026

bin/kraken-mobile-setup.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)