-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathaction.yml
More file actions
41 lines (41 loc) · 1.36 KB
/
action.yml
File metadata and controls
41 lines (41 loc) · 1.36 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
name: 'Browserstack Flutter Action'
description: 'Uploads a Flutter Android/iOS app to Browserstack and runs the tests'
inputs:
browserstackUsername:
description: 'Browserstack Username'
browserstackAccessKey:
description: 'Browserstack Access Key'
project:
description: 'Projectname'
testPackagePath:
description: 'Flutter iOS Testpackage Path'
appFilePath:
description: 'Flutter Android apk'
testFilePath:
description: 'Flutter Android androidTest apk'
devices:
description: 'Devices to test on see https://www.browserstack.com/list-of-browsers-and-platforms/app_automate'
locale:
description: 'The locale of the app, defaults to `US`'
default: 'US'
language:
description: 'The language of the app, defaults to `en`'
default: 'en'
buildTag:
description: 'Build Tag for the triggered testrun'
customId:
description: 'Custom Id for the uploaded files'
outputs:
app_url:
description: 'The app url for the Android APK on Browserstack'
test_suite_url:
description: 'The test file url for the Android APK on Browserstack'
test_package_url:
description: 'The test package url for the iOS App on Browserstack'
build_id:
description: 'The build id for the triggered testrun'
test_result:
description: 'The test result from browserstack (json)'
runs:
using: 'node20'
main: 'dist/index.js'