Thai Pangsakulyanont

Results 165 comments of Thai Pangsakulyanont

Right now on one project with 800+ test files, we use [BullMQ](https://docs.bullmq.io/) with an externally-hosted Redis server to dynamically allocate tests to worker machines. Instead of pre-allocating test tasks to...

@unlikelyzero Most of the code is tightly coupled to our CI/CD setup, Redis instance, and test result database, and so can't be shared easily. But I can share the general...

Just an update, now we are using this setup to run tests in parallel: - [**Microsoft Playwright Testing**](https://azure.microsoft.com/en-us/products/playwright-testing), a Microsoft Azure paid service. Unlike other paid services that just sell...

@ValorHeart Well, we no longer have to shard, because the heavy lifting of running browsers has been outsourced to external service, we can now run tests within a single shard...

Current workarounds (ponyfills) I am aware of: - [bun-storage](https://github.com/idleberg/bun-storage) - looks very simple to set up - [@thai/storage](https://jsr.io/@thai/sql-storage) (jsr) - by me, works with both Bun and Node.js