vscode-cy-helper icon indicating copy to clipboard operation
vscode-cy-helper copied to clipboard

Open Cypress not working with Cypress 10.3.0

Open Smriti-Suhag opened this issue 2 years ago • 3 comments

Describe the bug CypressHelper.commandForOpen is opening cypress as below: npx cypress open --config testFiles=%path% However with cypress update v10.3.0 - testFiles is invalid now. Instead e2e.specPattern should be used.

To Reproduce Steps to reproduce the behavior:

  1. Click on open cypress lens above spec
  2. Cypress opens but with error.

Expected behavior To open the cypress without error.

Environment (please complete the following information):

  • Extension version: v1.2.2
  • VS Code version: 1.67.1
  • OS: Mac:

** Developer Tools Console Output **

Additional context Add any other context about the problem here.

Smriti-Suhag avatar Jul 06 '22 16:07 Smriti-Suhag