Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log progress when uploading an app to Browserstack #29

Open
martinschneider opened this issue Jul 16, 2019 · 0 comments
Open

Log progress when uploading an app to Browserstack #29

martinschneider opened this issue Jul 16, 2019 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@martinschneider
Copy link
Owner

When uploading files to AWS we use io.github.martinschneider.justtestlah.utils.JustTestLahFileEntity.JustTestLahFileEntity(File) which allows logging the progress of the upload. This is especially useful for larger files which take a while to send. See io.github.martinschneider.justtestlah.awsdevicefarm.AWSService.upload(File, String, UploadType, Boolean).

The same mechanism should be used for Browserstack, see io.github.martinschneider.justtestlah.configuration.BrowserStackWebDriverBuilder.uploadAppPackage(String). The reason this is not completely obvious to solve is that we use a multipart HttpEntity for Browserstack.

@martinschneider martinschneider added the help wanted Extra attention is needed label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant