-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstep.yml
More file actions
69 lines (69 loc) · 2.39 KB
/
step.yml
File metadata and controls
69 lines (69 loc) · 2.39 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
title: Perfecto Upload
summary: |
Uploads any file to Perfecto cloud repository
description: |
Upload your IPA or APK builds, or any files to your Perfecto cloud repository for remote testing on real devices. To get your Perfecto security token using the Perfecto UI, click your user name in the top right corner of the screen and select My security token.
source_code_url: https://github.com/PerfectoCode/Bitrise_Perfecto_FileUpload
support_url: https://github.com/PerfectoCode/Bitrise_Perfecto_FileUpload/issues
website: https://github.com/PerfectoCode/Bitrise_Perfecto_FileUpload
source:
git: https://github.com/PerfectoCode/Bitrise_Perfecto_FileUpload.git
commit:
host_os_tags:
- osx-10.10
project_type_tags:
- ios
- android
- xamarin
- react-native
- cordova
- ionic
- flutter
type_tags:
- deploy
- test
toolkit:
bash:
entry_file: step.sh
deps:
brew:
- name: curl
apt_get:
- name: curl
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
is_sensitive: true
summary:
The app file you want to upload to Perfecto, usually $BITRISE\_APK\_PATH
or $BITRISE\_IPA\_PATH
title: A Bitrise generated APK or IPA path
upload_path: $BITRISE_APK_PATH
- perfecto_securityToken:
opts:
description: |
The security token you use to log into your Perfecto account. To get your Perfecto security token using the Perfecto UI, click your user name in the top right corner of the screen and select My security token. For more details - https://help.perfecto.io/perfecto-help/content/perfecto/automation-testing/generate_security_tokens.htm
is_required: true
is_sensitive: true
summary: Your perfecto access key.
title: Perfecto access key
- perfecto_cloudname:
opts:
description: |
The perfecto cloud name
is_required: true
summary: Your perfecto cloud name. Ex - abc.perfectomobile.com
title: Perfecto cloud name
- perfecto_locator:
opts:
description: |
The locator value used to specify the virtual path to the file in the Perfecto cloud repository. Ex – Public:FunAppB.apk
is_required: true
summary: Your perfecto repository path
title: Perfecto repository path