codeforequity-at / codeforequity-at/botium-core
WEBDRIVERIO_OPENBOT not working for relative path
Open
- Dominant language
- JavaScript
- Stars
- 251
- Forks
- 70
- Avg merge
- 3h 37m
- Merged PRs (30d)
- 7
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.