-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstep.yml
More file actions
87 lines (87 loc) · 2.66 KB
/
step.yml
File metadata and controls
87 lines (87 loc) · 2.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
title: browserstack-upload-hatsa
summary: |
Upload APK/IPA files to BrowserStack
description: |
Upload your build files to Browserstack for remote device testing. Upload your IPA/APK file to BrowserStack and get back the app's url for your remote device tests.
website: https://hatsa.com
published_at: 2018-10-05T19:01:57.318895784+02:00
source:
git: https://github.com/OOShoppingnl/bitrise-step-browserstack-upload.git
commit: 932e393f9b0455f676839c7185c1d8740133beec
host_os_tags:
- osx-10.10
project_type_tags:
- ios
- android
- xamarin
- react-native
- cordova
- ionic
type_tags:
- test
toolkit:
bash:
entry_file: step.sh
deps:
brew:
- name: git
- name: wget
- name: jq
apt_get:
- name: git
- name: wget
- name: jq
is_requires_admin_user: true
is_always_run: false
is_skippable: false
run_if: ""
inputs:
- opts:
description: |
This usually gets generated by the the "Gradle Runner" or "XCode Archive & Export" step
is_required: true
summary:
The app file you want to upload to BrowserStack, usually $BITRISE\_APK\_PATH
or $BITRISE\_IPA\_PATH
title: A Bitrise generated APK or IPA path
upload_path: $BITRISE_APK_PATH
- browserstack_username: $BROWSERSTACK_USERNAME
opts:
description: |
The username you use to log into your Browserstack account
is_required: true
is_sensitive: true
summary: Your Browserstack username
title: Browserstack username
- browserstack_access_key: $BROWSERSTACK_ACCESS_KEY
opts:
description: |
The access key you use to log into your Browserstack account
is_required: true
is_sensitive: true
summary: Your Browserstack access key
title: Browserstack access key
- browserstack_endpoint: app_live
opts:
description: |
The browserstack api endpoint you want to use
example
https://api-cloud.browserstack.com/app_live/upload -> app_live
or
https://api-cloud.browserstack.com/app_automate/upload -> app_automate
is_required: true
is_sensitive: true
summary: Browserstack endpoint
title: Browserstack endpoint
- custom_id:
opts:
summary: Custom id to distinguish uploads in case there are multiple apps
title: Custom Id
outputs:
- BROWSERSTACK_APP_URL: null
opts:
description: |
The app url returned by Browserstack App Automate with the following format "bs://..."".
Use this in your remote device tests, usually through your capabilities configuration
summary: The app URL used in your App Automate's remote device tests
title: Browserstack App Automate App URL