Skip to content

shreyanshp/upload-app-browserstack

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upload-app-browserstack action

This action helps you upload your app to BrowserStack.

Inputs

app-path

Required The path for the app to be uploaded. Default "Undefined".

browserstack-username

Required The username for BrowserStack. Default "Undefined".

browserstack-accesskey

Required The accesskey for BrowserStack. Default "Undefined".

custom-id

Optional The custom id for BrowserStack. Default "upload-app-browserstack".

Outputs

browserstack-app-url

The url for the app uploaded.

Example usage

- name: Upload APK to BrowserStack
  uses: shreyanshp/upload-app-browserstack@v3
  with:
    app-path: /path-to-apk/app.apk
    browserstack-username: ${{ secrets.BROWSERSTACK_USERNAME }}
    browserstack-accesskey: ${{ secrets.BROWSERSTACK_ACCESSKEY }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •