Learn Docker’s secrets management to securely pass sensitive data to containers, ensuring application security.
How to Stop the Flakes Before They Fly
This article discusses strategies to stop flaky tests in software development, outlining their impacts and prevention methods.
Announcing RBAC Enhancements – Project Roles and Groups
Discover new updates to Semaphore’s RBAC! Now featuring project-specific roles, user groups, and options for external collaborators.
Tips for Becoming a Good Technical Writer
In this article, we’re releasing our remastered talks, available in video format, on the crucial role of technical writing in simplifying complex concepts.
Tackling Flaky API Tests in React Projects Using Axios or Fetch
The article discusses strategies to manage flaky tests in React development using Axios and Fetch for API communication.

Kelsey Hightower on Embracing Open Source
Vitest: Replacing Jest on Vite Projects
Streamline your Vite projects by replacing Jest with Vitest as your testing framework. Vitest is the native test runner for Vite.
Flaky Test Dashboard is Now Generally Available
Flaky test detection is now available to all Semaphore users. Here’s what’s new and how to get started with flaky test detection.
Best Practices for Identifying and Mitigating Flaky Tests
The article discusses strategies for identifying and mitigating flaky tests, improving software testing reliability and process efficiency.
How to Manage Flaky Tests in Jest
This article introduces strategies to combat flaky tests in Jest, improving reliability in software development’s automated testing.
How to Avoid Flaky Tests in Cypress
This article explains how to identify and prevent flaky tests in Cypress, ensuring reliable CI/CD pipeline executions.
Flaky Tests In React: Detection, Prevention and Tools
This guide explores the causes, detection, and fixes for flaky tests in React, ensuring code quality and a smooth user experience.
Addressing Flaky Tests in Legacy Codebases: Challenges and Solutions
This article addresses the issue of flaky tests in legacy codebases, offering solutions to improve development efficiency and code quality.
8 Ways To Retry: Finding Flaky Tests
Sometimes the only thing we can do to detect a flaky test is to retry. But how and when to retry? 8 ways to retry in different frameworks
How to Avoid Flaky Tests in Selenium
Let’s explore best practices to prevent flaky tests in Selenium, enhancing reliability and consistency in CI systems.