Howto define custom functions #2756
jakob-lambda
started this conversation in
General
Replies: 2 comments
-
|
I found the option --load but that does not have any effect on my installation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Taiko’s REPL is a valid Node.js REPL, which means you can use node repl commands to load Node.js scripts. |
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.
-
Hi,
thanks for creating this amazing project.
I just got started writing tests with taiko and really like the interactive REPL console.
Now I grouped some commands that login into my app in a JS function
loginApp().Now I would like to run this function from the REPL console. I saw that I could write a plugin for that, but I guess that would be overkill. Can someone recommend an approach here?
Beta Was this translation helpful? Give feedback.
All reactions