cypress-skip-and-only-ui icon indicating copy to clipboard operation
cypress-skip-and-only-ui copied to clipboard

Client-side buttons to run a single test or skip it for Cypress test runner

Results 20 cypress-skip-and-only-ui issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

type: dependencies
renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [cypress](https://cypress.io) ([source](https://togithub.com/cypress-io/cypress)) | [`9.7.0` -> `10.11.0`](https://renovatebot.com/diffs/npm/cypress/9.7.0/10.11.0) |...

type: dependencies
renovate

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/bahmutov/cypress-skip-and-only-ui). - WARN:...

Hi @bahmutov, I've tried to install your plugin but I can't make it working for some reasons. Any clue? Project is in TS **cypress/plugins/index.ts** `const { lighthouse, prepareAudit } =...

I am new to cypress and learning it as fast as I can as I am enjoying how it works and helps me automate my tests with ease. I had...

I'm just installing this, and I'm not seeing any buttons in my Cypress UI. Related to #93 probably. ## What I did: 1. Installed 1.2.7 as a dev dependency and...

help wanted

Hi, My tests are in Typescript and it seems that your code is parsing to replace the it by it.only. The parser is failing due to the Typescript Syntax. ```...

Hello, Can it be that the plugin is not compatible with the newest cypress version? I see other icons (double) and they do not interact like it should be. See...

After clicking on "Run only this test", my entire `.spec.ts` file is overwritten by `undefined`: ![overwritten](https://user-images.githubusercontent.com/55986695/70068401-f0223f80-15bd-11ea-87ab-9561cf78e914.jpg) Cypress logs: ``` [16375:1203/110944.313207:INFO:CONSOLE(54220)] "ui title", source: http://localhost:3001/__cypress/tests?p=cypress/support/index.ts-632 (54220) [16375:1203/110944.313576:INFO:CONSOLE(54220)] "ui title", source: http://localhost:3001/__cypress/tests?p=cypress/support/index.ts-632...

The buttons do not show up if you cancel the test run before it finishes. It would be much more useful if you could open the tests you want, cancel...