一键导入
repro-flaky-test
Reproduce and investigate flakiness in a test.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Reproduce and investigate flakiness in a test.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when migrating Chromium layout tests to DevTools unit tests
Migrates legacy imperative DOM construction to local declarative Lit-html templates rendered inside existing containers.
High-level orchestrator for managing multi-pass migration of Chrome DevTools legacy components to the modern UI engineering vision (UI.Widget & Lit-html).
Use this skill when unskipping a test that was previously skipped.
Workflow for merging a DevTools submodule into its parent module. Covers BUILD.gn consolidation and updating devtools_grd_files.gni.
| name | repro-flaky-test |
| description | Reproduce and investigate flakiness in a test. |
This skill outlines the workflow for reproducing and fixing a flaky test in the DevTools codebase.
crbug.com/1234567), or a name of a test file and (optionally) the test name.npm run test -- path/to/foo.test.ts --grep "<test name>" --repeat <count> to run the tests repeatedly.After every round, display the cumulative results in a table:
Test: Runs Time Failures
"Recorder/should be able to start a replay..." 30 60s 0 (0.00%)
"The Debugger Language Plugins/shows sensible..." 60 60s 1 (1.67%)
Once you have one or more failures, show the error message and ask the user if they want to:
devtools-version-control skill to create and switch branches appropriately.