Merge multiple Playwright sharding reports into onePlaywright supports running parallel tests out of the box in a single machine. Moreover, Playwright also supports running tests parallelly…15h ago15h ago
Intercept websocket message using PlaywrightWhen working with websocket communication in web application, there are times that we need to intercept the sent message and modify the…Mar 25Mar 25
Playwright with copy-prompt feature to quickly fix errorSince Playwright version v1.51.0, we can copy auto-generated prompt directly from Playwright and use it in a LLM app to quickly fix or…Mar 24Mar 24
Extract data from web content using Playwright MCP with Claude AIModel Context Protocol is now becoming a new AI buzzword since it allows existing AI platform like Claude to interact with different…Mar 24Mar 24
Handle traces gracefully using Grafana TempoWith the growing number of requests coming to your distributed system, your tracing backend will need to handle more and more traces which…Mar 21Mar 21
Quickly load test your application with Grafana k6 studioYou like to use k6 since it’s deeply integrated with Grafana but hesitate since you don’t know javascript to implement the k6 test. With…Mar 21Mar 21
Load test a distributed system using Grafana k6When working with a distributed application, it’s vital to ensure your app working as expected with the growing number of users overtime…Mar 20Mar 20
Load testing for upload file APIs using k6When working with APIs, sometimes we need to test the APIs that are used for uploading data to the system via files. In this blog, let’s…Apr 4, 2024Apr 4, 2024
Published inAutomation with LoveDeploy a web app with Docker and NginxNginx is a web server that can act as a reverse proxy, load balancer, or HTTPcache. By using Nginx, your application can handle a higher…Jan 16, 2024Jan 16, 2024