Tag

Istanbul

0 views collected around this technical thread.

转转QA
转转QA
Mar 14, 2024 · Frontend Development

Implementing Incremental Code Coverage for Frontend Projects Using Istanbul

This article describes how the ZhaiZhai team designed and built an incremental code‑coverage solution for frontend projects, covering tool selection, instrumentation, data collection, reporting, handling challenges, and future improvements to improve test efficiency and software quality.

Code CoverageIstanbulfrontend
0 likes · 15 min read
Implementing Incremental Code Coverage for Frontend Projects Using Istanbul
DevOps Engineer
DevOps Engineer
Aug 9, 2021 · Fundamentals

An Introduction to Code Coverage: Concepts, Metrics, and Popular Tools

This article explains what code coverage is, why it matters, the different coverage metrics, how coverage measurement works, and reviews several mainstream tools across various programming languages.

Code CoverageInstrumentationIstanbul
0 likes · 6 min read
An Introduction to Code Coverage: Concepts, Metrics, and Popular Tools
Youzan Coder
Youzan Coder
Sep 25, 2019 · Frontend Development

Design and Implementation of a Front-End Integration Test Coverage Tool

The project implements a front‑end integration test coverage tool that instruments client code with a Babel plugin and server code with istanbul‑middleware, collects real‑time line/branch data via a Chrome extension and timed uploads, stores versioned results on a coverage server, and visualizes incremental coverage dashboards, providing an objective quality gate and achieving over 80 % incremental line coverage in production.

BabelInstrumentationIstanbul
0 likes · 10 min read
Design and Implementation of a Front-End Integration Test Coverage Tool