vscode-extension-open-cypress READMEAllows you to open cypress specs and single it() blocks https://github.com/tnrich/vscode-extension-open-cypress UsageRunning a single fileIn a spec file open the cmd palette (cmd+p) and type "Run Cypress" Running a single it blocklIn a spec file, place your cursor on an it() block line and open the cmd palette (cmd+p) and type "Run Cypress Single It Block" Todo:Eventually I'd like this extension to be able to
|