Tech News
Все новости AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Последние новости

⚑ Сообщить о проблеме

Tech news from the best sources

Все темы AI Gear News Tech agents ai api architecture automation beginners career database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python react security showdev testing tutorial typescript webdev
Все EN RU
EN

Properties First, Fixtures Second, Flakes Never: A Test Contract for Agent Patches

An agent patch is a hypothesis. A test suite is the only evidence a reviewer gets. Most suites fail at that job in three reproducible ways: assertio…

testingaicppci
Dev.to Aug 29, 2026, 12:12 UTC
EN

The 59% Never Happened to You

The 59% in that headline is not a feature-branch number. It measures the year-over-year increase in the average number of daily workflow runs across…

devopsciproductivitydata
Dev.to Aug 28, 2026, 10:24 UTC
EN

Agent Patches Get Three Gates: Property Checks, Pinned Fixtures, and a Flaky Freeze

An agent's test suite is green. That is the least informative sentence in modern software engineering. Example tests encode what you already thought…

testingaiagentsci
Dev.to Aug 27, 2026, 13:21 UTC
EN

Software Quality Metrics: A Practice Guide for Release Decisions

Software quality metrics only matter when they help a team make a better decision. A startup deciding whether to ship a checkout change needs differ…

qaplaywrightcitesting
Dev.to Aug 26, 2026, 15:03 UTC
EN

Testing the claim: a degraded-link matrix as a required CI gate

This is a writeup of building a required CI gate for degraded-network behavior. The system under test is a robotics fleet substrate, but the finding…

cirustros2networking
Dev.to Aug 19, 2026, 21:04 UTC
EN

I looked at the GitHub Actions bill and built a CI + security base at home

In late June 2026, my org's GitHub Actions stopped at the billing cap. Every PR (pull request) CI (continuous integration; a system that runs tests…

cigithubactionsselfhosteddevops
Dev.to Aug 19, 2026, 19:41 UTC
EN

You Benchmarked the Model. Now Benchmark the Server.

You picked a free model because the answers looked good. Good answers are not an endpoint. An endpoint is the model plus the server plus the network…

aigitlabcitesting
Dev.to Aug 19, 2026, 18:35 UTC
EN

The Green Test That Lied

Episode 09's visual-prompt file passed every automated check I had. Green across the board. And I was looking straight at it, so I knew the file was…

testingcipythonopensource
Dev.to Aug 18, 2026, 20:09 UTC
EN

End-to-End Setup Guide: Integrating Playwright + Cucumber with Harness CI

Integrating end-to-end (E2E) automation suites into enterprise CI/CD pipelines requires robust reporting, dynamic execution controls, and seamless a…

testingdevopsplaywrightci
Dev.to Aug 18, 2026, 09:33 UTC
EN

Can your verify gate actually fail?

I let Claude Code commit directly to my repositories. I don't review the diffs. I didn't think I needed to, because I built a deterministic verify g…

testingciaidevops
Dev.to Aug 15, 2026, 14:20 UTC
EN

Your Browser Test Failed. The Browser Test Might Be Innocent.

One of the most expensive habits in automated testing is assuming every red test means something is wrong with the test. The test failed. So someone…

testingdevopsciwebdev
Dev.to Aug 8, 2026, 21:30 UTC
EN

Release notes answer the wrong question

Before every release, somebody generates the notes. It used to take twenty minutes of scrolling the commit log. Now a model does it in four seconds,…

devopscitestingprogramming
Dev.to Aug 1, 2026, 17:34 UTC
EN

How I Put My Agent in CI to Automate Release Notes

I Put goose in CI to Draft Entire’s Weekly Release Notes When I joined Entire, I noticed my boss spending a chunk of time every week writing detaile…

agentscidevopsgoose
Dev.to Jul 31, 2026, 19:00 UTC
EN

One Contract, Multiple Enforcement Points for Safe AI Agent Execution

Overview A lot of AI agent safety discussion still stops too early. People talk about: prompts instructions guardrails whether the agent "knows bett…

aiagentsexecutiongovernancecisandbox
Dev.to Jul 30, 2026, 16:20 UTC
EN

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…

rakulangdevopsautomationci
Dev.to Jul 30, 2026, 12:15 UTC
EN

Testing Non-Deterministic LLM Pipelines in CI: A Contract-Based Approach

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 y…

aicillmtesting
Dev.to Jul 30, 2026, 05:16 UTC
EN

GitHub Actions Getting Expensive? We Cut CI Costs to a Quarter With a One-Line Change

AI assistance disclosure: This article was drafted with the help of Claude. All technical content, design decisions, code references, and screenshot…

cidevopsgithubactionsnamespace
Dev.to Jul 29, 2026, 23:52 UTC
EN

The Test That Only Failed in CI, Never Locally

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, wit…

testingplaywrightci
Dev.to Jul 25, 2026, 16:53 UTC
EN

DSCI - CI with regular programming languages instead of YAML

DSCI is forgejo CI runner with pipelines syntax is just regular programming languages like Python or Raku: .dsci/jobs.yaml jobs : - id : job1 path :…

rakulangciforgejodevops
Dev.to Jul 24, 2026, 15:01 UTC
EN

Stop pushing to test your CI YAML

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…

devopsgithubciopensource
Dev.to Jul 24, 2026, 03:06 UTC
EN

The rules were written down. Nobody followed them. Then CI went red on day one

My project's docs had rules. "One document, one responsibility." "Split anything over 45 lines." I wrote that. The day before yesterday. Here's how…

cidocumentationlint
Dev.to Jul 24, 2026, 00:03 UTC
EN

A Flaky Test Is a Corrupted Reward Signal

Originally published at tddbuddy.com . Related reading: Agents Should Do TDD names why faithful execution of the loop matters; Your Test Suite Is Yo…

tddaiagentstestdesignci
Dev.to Jul 23, 2026, 16:20 UTC
EN

DSCI - CI with regular programming languages instead of YAML

DSCI is forgejo CI runner with pipelines syntax is just regular programming languages like Python or Raku: .dsci/jobs.yaml jobs : - id : job1 path :…

rakulangciforgejodevops
Dev.to Jul 23, 2026, 11:09 UTC
EN

The Cheap Way to Add AI Review to CI: Small Local Models Plus Prompt Caching

I wired an AI code reviewer into CI, felt clever, and then looked at the bill after a busy week of PRs. Every push, every commit, sending full diffs…

aicidevopsgithub
Dev.to Jul 22, 2026, 15:46 UTC
EN

TRUE Coverage: How We Achieved 90% Faster CI by Measuring What Tests Actually Do

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…

testingcidevopsarchitecture
Dev.to Jul 22, 2026, 15:41 UTC
EN

logsnip: cut CI noise, keep the stack traces

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… l…

pythondevtoolsciproductivity
Dev.to Jul 22, 2026, 12:46 UTC
EN

CI Health Check: a /ci Skill for Claude Code

By Hudson Atwell , GBTI Network Member. Originally published on gbti.network . Claude Code loads any markdown file at .claude/skills/<name>/SK…

claudecodegithubactionscidevopsautomation
Dev.to Jul 11, 2026, 23:44 UTC
EN

Your AI makes CI green by cheating. I built three GitHub Actions to stop it.

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?…

githubcitypescriptpython
Dev.to Jul 6, 2026, 07:22 UTC
EN

Gate Insecure AWS IAM in Pull Requests with a Free GitHub Action

Originally published at shieldly.io/blog . Most IAM problems are not caught by a clever attacker. They are caught — eventually — by an audit, mo…

awssecuritydevopsci
Dev.to Jul 5, 2026, 13:15 UTC
EN

Night of the Living Bugs

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 auto…

cinodebeginnersautomation
Dev.to Jul 5, 2026, 11:23 UTC

© Tech News — Агрегатор новостей

English Русский
Карта сайта Правовая информация Конфиденциальность Условия использования Авторские права / Удаление Контакт DSA

Выход с сайта

Вы собираетесь открыть внешний сайт:

Продолжить →