-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WEBDRIVERIO_OPENBOT not working for relative path #789
Comments
We changed the loading process for hooks with one of the recent releases. What version are you running ? (Botium Core and Botium Webdriver Connector) |
@codeforequity-at |
Hi @codeforequity-at can you help here i gave details regarding dependencies "dependencies": { |
@codeforequity-at @murliwatz Hi , Regarding this issues any update ? |
In botium.json - if i give absolute path
"WEBDRIVERIO_OPENBOT": "C:/Projects/bot/botti/snippets/openbot.js", - it is working fine
if i give relative path
"WEBDRIVERIO_OPENBOT": "./snippets/openbot.js", - it is not working
Getting error :
"before all" hook for "hello":
Error: Hook specification "'./snippets/openbot.js'" invalid: no loader available
The text was updated successfully, but these errors were encountered: