Skip to content
| Marketplace
Sign in
Visual Studio Code>Testing>CypressHelperNew to Visual Studio Code? Get it now.
CypressHelper

CypressHelper

Simon Áron

|
3,718 installs
| (0) | Free
A simple plugin to help your testing process with Cypress
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CypressHelper

A simple plugin to help your testing process with Cypress


Features

  • Code lens above code blocks:
    • "Fold children blocks" does what its name suggests, it folds all children blocks of the block you pressed it on. It does not fold recursively
    • "Add .only" adds the .only call to the describe | context | it call you pressed it on
    • "Remove .only" appears when there is already a .only call on the block you pressed it on, removes that .only call
    • "Add .skip" adds the .skip call to the describe | context | it call you pressed it on
    • "Remove .skip" appears when there is already a .skip call on the block, removes that .skip call
  • Diagnostics about your '.only' | '.skip' calls
    • Shows as information when there is only one of them, nothing when there are none
    • Shows an error message when there are multiple, with reference to each one of them
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft