grodien/Browserstack Flutter Action
Uploads a Flutter Android/iOS app to Browserstack and runs the tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| browserstackUsername | Browserstack Username | — | — |
| browserstackAccessKey | Browserstack Access Key | — | — |
| project | Projectname | — | — |
| testPackagePath | Flutter iOS Testpackage Path | — | — |
| appFilePath | Flutter Android apk | — | — |
| testFilePath | Flutter Android androidTest apk | — | — |
| devices | Devices to test on see https://www.browserstack.com/list-of-browsers-and-platforms/app_automate | — | — |
| locale | The locale of the app, defaults to `US` | — | US |
| language | The language of the app, defaults to `en` | — | en |
| buildTag | Build Tag for the triggered testrun | — | — |
| customId | Custom Id for the uploaded files | — | — |
Outputs
| name | description |
|---|---|
| app_url | The app url for the Android APK on Browserstack |
| test_suite_url | The test file url for the Android APK on Browserstack |
| test_package_url | The test package url for the iOS App on Browserstack |
| build_id | The build id for the triggered testrun |
| test_result | The test result from browserstack (json) |