cy.exec() timeout exception #29164
Unanswered
krishan83
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
-
how can run dos command in background and continue next cypress command without closing window open by that dos command , in case of using cy.exec() getting timeout error
example : cy.exec(notepad)
so this command opening notepad and giving time out error , but my requirement is after opening notepad it should continue next line of code execution
Beta Was this translation helpful? Give feedback.
All reactions