mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
Update Fastfile
This commit is contained in:
parent
d4f6a50fb3
commit
a5c8eddde4
@ -104,11 +104,16 @@ end
|
||||
# Extract the filename from the APK path
|
||||
apk_filename = File.basename(apk_path)
|
||||
|
||||
# Remove 'bs://' from the app_url
|
||||
browserstack_hashed_id = app_url.gsub('bs://', '')
|
||||
|
||||
pr_number = ENV['GITHUB_PR_NUMBER']
|
||||
|
||||
# Construct the comment content
|
||||
comment = <<~COMMENT
|
||||
APK successfully uploaded to BrowserStack. You can test it using the following URL:
|
||||
#{app_url}
|
||||
|
||||
https://app-live.browserstack.com/dashboard#os=android&os_version=12.0&device=Google+Pixel+5&app_hashed_id=#{browserstack_hashed_id}&scale_to_fit=true&speed=1&start=true
|
||||
|
||||
Filename: #{apk_filename}
|
||||
COMMENT
|
||||
|
Loading…
Reference in New Issue
Block a user