An opinionated list of Python frameworks, libraries, tools, and resources
TL;DR TestMu wins on price, faster setup, and community support. Use it if you're testing typical apps on phones and web browsers. Pcloudy costs more but tracks 60+ device performance metrics (battery, memory, thermal), supports IoT and smartwatches, is faster to connect, and handles script migration so you don't rewrite tests when switching. Both run parallel tests fine and work with Selenium,
Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed