Cy.task() with multiple argument #14378
Unanswered
guptapranay
asked this question in
Questions and Help
Replies: 1 comment
-
Place the arguments into an object so you pass a single argument to |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
What I am trying: Pass multiple arguments in
cy.task()
command and print those argument values declared in function mentioned inplugins/index.js
fileIssue: The function print prints only the first argument value and undefined for a second argument
Code:
Beta Was this translation helpful? Give feedback.
All reactions