command 'extension.runCypress' not found
Closed this issue · 2 comments
mjgoeke commented
Vscode toasts up an error when I try to run the Run Cypress
or Run Cypress Single it Block
command.
When running the command Run Cypress
through the vscode command palette vscode toasts an error saying:
(x) command 'extension.runCypress' not found
For Run Cypress Single it Block
, same sort of error, but it says
(x) command 'extension.runCypressOnly' not found
I have a fully functional cypress project set up, package.json with scripts that run cypress open
and the rest just fine.
Are there other prerequisites I'm missing before this extension will work?
tnrich commented
Okay, published vscode-extension-open-cypress@0.0.10
Lemme know if that helps