惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
Y
Y Combinator Blog
GbyAI
GbyAI
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
博客园_首页
大猫的无限游戏
大猫的无限游戏
美团技术团队
S
SegmentFault 最新的问题
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MyScale Blog
MyScale Blog
小众软件
小众软件
Vercel News
Vercel News
阮一峰的网络日志
阮一峰的网络日志
N
Netflix TechBlog - Medium
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
量子位
博客园 - 【当耐特】
J
Java Code Geeks
F
Fortinet All Blogs
宝玉的分享
宝玉的分享
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
We were burning £300/month on Bitbucket pipeline minutes ...
Ben Wake · 2026-05-09 · via DEV Community

Ben Wake

I'm a front-end developer at a UK agency. We manage around 20 active client projects at any given time — e-commerce builds, custom integrations, the usual — and for the last few years we've been progressively rolling out Cypress and Playwright test suites across them.

It went well, until we looked at the bill.

During the test-building phase alone — not full runs, just iterating on the suites themselves — our Bitbucket pipeline costs jumped by £300 a month. That's before a single complete test run against a client's environment. Some of our larger clients have test suites that run for close to an hour. Across 20 projects, the maths gets painful fast.

The problem isn't that automated testing is expensive. It's that the tooling assumes you're running everything through a cloud CI pipeline, and cloud CI pipelines charge by the minute.

We kept having the same conversation internally: "We need to revisit how we're running these tests." Every suggestion had a catch. Use Cypress Cloud? Per-seat pricing, and now your client's test data is sitting on someone else's infrastructure. Keep everything in the pipeline? You've seen the bill. Run it locally on a project manager's machine? Now you've got a bespoke setup on a personal laptop that nobody else can reproduce, and sharing results means sending a zip file or a screenshot.

None of those felt like a proper answer.

So one evening I started building one.

The idea was simple: a self-hosted control room for Cypress and Playwright tests. Your tests run locally or on your own server — no pipeline minutes consumed, no third-party SaaS in the middle. Results stream in real time so you're not staring at a terminal waiting for a summary email. And when a test run is done, you generate a branded client report with a secure shareable link — your logo, your colours, something you'd actually be comfortable sending to a client.

A month of evenings later, SignalDeck CI existed.

It's not trying to replace your CI pipeline for deployment gating or automated triggers on every commit. It's solving the specific problem of: how do you run, monitor, and share test results across multiple client projects without it costing a fortune or looking like you've just forwarded a log file?

The self-hosted angle matters beyond cost. When you're running tests against a client's staging environment, their credentials and data are flowing through your test runner. Keeping that on infrastructure you control isn't just cheaper — it's the right answer for GDPR-conscious clients and agencies that take data handling seriously.

SignalDeck CI is free to self-host, open source, and available as a native macOS and iPad app. If you're running Cypress or Playwright across multiple client projects and the pipeline costs are starting to sting, it's worth a look.

signaldeck.tech

Ben — Developer & Founder, SignalDeck CI