Is it possible to install only the types of Cypress? #22729
Unanswered
CharlieBrownCharacter
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing a plugin that will help create data on the backend of several frameworks and I would like to add a custom command
create
to Cypress. What I have so far is:Then the user would import this function in his commands as:
commands.js
What I would like is to be able to have typed in my
createCommand
without having to install Cypress completely in my package repository. Is this possible?Besides the initial question, if you have any suggestion on how I could add this command to Cypress without the user having to add it manually, I would highly appreciate.
Beta Was this translation helpful? Give feedback.
All reactions