Oleksandr Shevtsov
Oleksandr Shevtsov
@Smriti-Suhag Yes, to keep extension working for previous Cypress versions default command was not changed (`npx cypress open`). But if `cypressHelper.commandForOpen` configuration contains command with `--e2e` flag it treats it...
Hi @shashankvb Thank you for opening an issue. Due to publishing token expiration and missing option to regenerate new one I have forked plugin under my personal account: [Cypress Helper...
Hi @ThomasStock Thank you for opening an issue. Due to publishing token expiration and missing option to regenerate new one I have published fix for this issue and plugin itself...
Yes. This one was published with token based on work account and now I cannot do that anymore. So in order to keep maintaining it I have forked this repo...
Hi @tnrich, thanks for feedback. Oh, sorry, have missed that issue. I guess that may be due to plugin initialisation. So when you start typing your snippet it is checking...
Hi @talyh Thank you for opening an issue. Actually, I have no other configuration options to influence that in terms of this repository, however I guess it may be due...
@talyh , custom command autocompletion is currently supported via Cypress proposed approach with [types for custom commands](https://docs.cypress.io/guides/tooling/typescript-support#Types-for-custom-commands). It is done by generating type definitions file on demand [Generate type definitions...