Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Software Testing and related technologies.

Understanding Playwright test hooks in the CI context (JavaScript) - A complete tutorial

All applications need some form of testing, whether frontend, backend, stress testing, or any other. Playwright can help. Playwright is an end-to-end testing framework for web applications, supporting cross-browser testing (Chromium, Firefox, WebKit) from a single API. Its built-in test runner (Playwright Test) provides hook functions to manage set-up and tear-down logic around your tests.

What we learned from load testing Shopware at scale

We ran real-world load tests across seven different infrastructure plans—from Grid to Dedicated Split—using realistic conversion rates, bot traffic blends, and ERP-driven API imports. The findings were clear: performance scales predictably with resources, but only if your code, cache, and configuration keep up. This blog post walks through key results, why API load is disproportionately expensive, and what metrics matter most. How well does Shopware actually perform under load?

Guide for Catching Regressions with GitHub Actions and CI/CD Monitors

This guide aims to help your team shift testing left, simulate real user behavior, and catch critical issues early as part of CI/CD, prevent regressions from reaching production by automating tests as part of your CI/CD and aborting deployments that contain issues. Synthetic monitoring is a great way to check important flows in production and make sure everything is working the way it’s supposed to.

What to Know About How Circuit Boards Are Manufactured Today

Circuit boards are the heart of nearly every electronic device, from smartphones and laptops to medical equipment and automotive systems. These compact layers of interconnected components make modern technology possible by allowing electricity to flow in precise patterns. But while circuit boards appear simple on the surface, their manufacturing process is a complex blend of advanced engineering, automation, and precision.

Implementing Grafana Play privacy policies with Grafana k6: A behind-the-scenes look

Grafana Play is a free and publicly accessible sandbox environment that allows users to explore and learn Grafana without setting up their own instance. Grafana Play comes preloaded with ready-made sample dashboards, and showcases how to work with different data sources, create visualizations, and use advanced Grafana features.
Sponsored Post

CI/CD vs. EaaS: Choosing the Right Development Workflow

CI/CD (Continuous Integration/Continuous Deployment) automates code integration, testing, and deployment. It speeds up development, improves code quality, and ensures reliable releases. EaaS (Environments as a Service) provides temporary, production-like environments for testing, staging, or demos. It streamlines resource usage, speeds up validation, and supports parallel development.

How to Block Chat Widgets During Playwright Tests (Drift, Intercom & More)

Chat widgets are great for customer support, but they can wreak havoc on your automated tests. These floating elements often interfere with Playwright tests by covering clickable buttons, triggering unexpected popups, or causing element selection issues. If you've ever had a test fail because a chat widget appeared at the wrong moment, you're not alone. This guide shows you exactly how to block popular chat widgets like Drift, Intercom, Zendesk, and others during your Playwright test runs.