How can we use import statement in our wdio.config file #81
divyagupta31
started this conversation in
General
Replies: 1 comment
-
I am not sure what you are doing here as your code examples don't really show anything but you might want to take a look into the docs. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem statement: Trying to use hooks for logging into the application. My login code is in one of the ts file. So
i want to import that ts file in my config file to use login methods.
what i am doing:


As of now i am facing this issue:

help here!!!!
Also if we can't use import ,what can be done here?
Beta Was this translation helpful? Give feedback.
All reactions