Please enable JavaScript.
Coggle requires JavaScript to display documents.
Helix, Upload File, test case running, File uploads, File Uploads - Coggle…
Helix
ExecutionAssets
Video
Screenshot
Driver Logs
Network Logs
Capabilities
Sauce Labs
LambdaTest
Browserstack
Monitoring
OTEL(Opentelemetry)
Traces
Logs
Metrics
Prometheus
Custom Metrics
API Call Count per Lab
Session Failures per Lab
Session Creation Requests per Lab
Storing Logs in AWS
Efficient Debugging and Troubleshooting
LoadBalancer
Cron Job
runs on every 10 seconds
active count fetcher
remote labs api call
load balancing algorithm call
Round Robin
Priority
Weight Based
Upload File
old flow
apk/png/zip
upload to s3+remoteLabStorage
non (apk/png/zip)
upload to s3
new flow
non (apk/png/jpg)
old flow
apk/png/zip
upload to s3+remote lab storage
test case running
old flow
sendkeys(file name)
new flow
File Exists Remotly?
yes
sendkeys(tslab upload id)
edit request body to send remote path
no
old flow
File uploads
File Uploads