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…6h ago6h ago
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…6h ago6h ago
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…3d ago3d ago
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…3d ago3d ago
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…4d ago4d ago
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
Published inAutomation with LoveHow to modularize your k6 testsWhen it comes to software development, structuring your code in modules allow you to easily maintain and update the code when needed. As…Jan 9, 2024Jan 9, 2024
Published inAutomation with LoveSynthetic testing a Next.js app using Grafana k6 cloudSynthetic testing ensures your application performance meets the expected requirements for typical user journeys. You wouldn’t want to find…Nov 26, 2023Nov 26, 2023