بنقرة واحدة
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
Use when starting a new task, creating a branch, switching branches, managing branches, creating and uploading CLs, handling stacked changes, or checking release and roll status in the DevTools Gerrit-based workflow. ALWAYS use this instead of running standard git checkout/switch commands for branch creation.
Refactor user-facing UIStrings and localization comments in a DevTools module folder according to UX writing guidelines (child task of b/40799900). Use when simplifying wording, checking sentence case, or improving L10n comments in UIStrings for a specific folder or issue. Don’t use for general code changes or non-UIStrings files.
Migrates legacy imperative DOM construction to local declarative Lit-html templates rendered inside existing containers.
Consolidates manual DOM creation, updates, and constructors into private helper methods and structured state interfaces.
High-level orchestrator for managing multi-pass migration of Chrome DevTools legacy components to the modern UI engineering vision (UI.Widget & Lit-html).
| 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.