Mike Plummer

Results 7 issues of Mike Plummer

- Closes #22656 , #22657 ### User facing changelog * Display a "flaky test" indicator in the Specs Explorer for specs that are known to be flaky in the Cypress...

https://www.figma.com/file/DgeFrhaX8N9ufrzvxzLnPg/app-cloud-int%3A-flake-tooltip?node-id=2456%3A49923 Display Flaky Badge & Tooltip as inline row data within Specs Explorer list **Work Items** 1. Combine Flaky Badge and Flaky Badge tooltip content into a component that can...

stage: review

**CLOUD dependencies to provide the following data** Data for indicator: [CLOUD-691](https://cypress-io.atlassian.net/browse/CLOUD-691) * "isFlaky" attribute for spec Data for tooltip: [CLOUD-692](https://cypress-io.atlassian.net/browse/CLOUD-692) * "Flaky Rate" - low, medium, high and percentage *...

stage: review

### Current behavior ACI tooltips for Latest Runs and Flake display a filename that drops the `.cy` portion of the spec ![Screen Shot 2022-08-02 at 8 19 21 AM](https://user-images.githubusercontent.com/11482842/182384864-ff999aca-6487-4f04-b299-f8d112c4182b.png) ###...

CT
stage: blocked

- Closes #21720 ### User facing changelog * Component tests that fail now display a code frame of the location of the error within the test runner. This includes failing...

Testing section currently provides information on how to test components by fully-mocking the render surface (JSDOM) - adding content around new options for visual component testing provided by Cypress which...

CLA Signed
beta

Based off @cypress-io/cypress#26729 ESM projects cannot currently use a custom `nyc.config.js` file because this project uses `require(..)` to import that file - `require` does not support ESM modules. ![Screenshot 2023-06-21...