vscode-cy-helper
vscode-cy-helper copied to clipboard
Open Cypress not working with Cypress 10.3.0
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:
- Click on open cypress lens above spec
- 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.