DSCI series / Rakulang CI, part2. Cro Application
In this episode I talk about developing web application based on well known cro framework and specifically how to create CI pipeline using DSCI tool. …
Latest Testing & QA news from Tech News
In this episode I talk about developing web application based on well known cro framework and specifically how to create CI pipeline using DSCI tool. …
Most CI pipelines assume a function called with the same input twice returns the same output. That assumption breaks the moment an LLM call enters you…
A test checking that a scheduled reminder appeared on the right day passed every time I ran it on my machine and failed every time it ran in CI, with …
The worst CI loop is still: edit YAML → commit → push → wait → typo → repeat. Full emulators like act help, but often you only need to run the shell s…
Originally published at tddbuddy.com . Related reading: Agents Should Do TDD names why faithful execution of the loop matters; Your Test Suite Is Your…
TL;DR: Use per-test coverage data to build a reverse map (file → tests that touch it). Git diff + map lookup = run only relevant tests. 43min → 4min C…
Cut the noise. Keep the stack traces. CI logs are mostly package installs. The failure is a few dozen lines buried under thousands of Downloading… lin…
By Hudson Atwell , GBTI Network Member. Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SKIL…
Последние полгода я почти не пишу код руками. Вместо этого я проектирую инженерную систему, в которой AI пишет код, а Git, тесты, CI, агенты и правила…
All your checks are green. Before you merge, one question worth asking: is it green because the code was fixed, or because the checker was silenced? T…
from https://www.kmwebdev.me/blog/night-of-the-living-bugs At 4 AM, the CI pipeline wasn’t broken. It was confused. What I thought was a simple automa…
The gate was a fixed 90% threshold on an intent-classification eval. The change came in at 91%, cleared the bar, went out. A fixed pass-rate gate catc…
Привет, Хабр! Меня зовут Александр Чесноков, я разработчик команды Platform V DataGrid в СберТехе. Наш продукт – форк Apache Ignite с нашими доработка…
Your CI is green. The PR merges. Prod breaks anyway. A passing test suite proves exactly one thing: no test that exists, failed. It does not prove tha…
So developers like CI... for everything! We do this because we like things to be automated. Building software is tedious and risky. If we can push a c…
After running AI coding agents in production for a while, one thing became clear: the failures aren't in the code the model writes. They're at the sea…
A few months back our LLM-as-judge ran on a 1-to-5 helpfulness scale. The CI gate stayed green because we were averaging that score. Spot-checking aga…
Your CI pipeline is green. Deployments go through. The team ships features on time. Everything looks fine. But look closer. That "green" pipeline is a…
Originally published at plain.jxd.dev/blog/ci . Cross-posted here for the dev.to community — the canonical version (and any future updates) lives on t…
A case study: how a TypeScript migration doubled my test runs — with zero failures CI was green. Tests were passing. PRs were merging. The system was …
Cross-posted from carrick.tools . The agentic development cycle has completely upended traditional software engineering practices. Teams are looking t…
No. There's no such thing as 'CI/CD'. CI and CD are two distinct things, and you're probably not doing them either. This is Part 1: how to actually do…
LLM applications need a different kind of regression test. Unit tests can tell you whether a function returns a value, but they do not tell you whethe…
The Friday Vercel refused my merge Friday April 10th, late afternoon. I merge to main a Stripe integration that opens a payment webhook endpoint. Verc…