You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 multipartHttpEntity
for Browserstack.The text was updated successfully, but these errors were encountered: