-
Notifications
You must be signed in to change notification settings - Fork 63
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 support #129
Comments
From what I see by reading the doc of WebDriver.io, it looks more like a library loaded in tests written in Jasmine (same as using Selenium inside Java/JUnit for example). Would it be possible to generate the tests in Jasmine and use the WebDriver library in the action words implementation or am I missing something ? |
After a bit more research: https://webdriver.io/docs/frameworks.html So WebDriver.io integrates in Jasmine, Mocha and Cucumber-JS (three frameworks currently supported by hiptest-publisher). |
@vincent-psarga I have successfully installed the hiptest publisher and I can fetch the scenarios. To setup WebDriverIO clone this repository and then install the hiptest-publisher Ok, now into the details. The initial problem I was faced with is that I was getting the following error. • Here is the Hiptest folder structure I am using • These are my settings in the hiptest-publisher.conf
Please note, I was able to resolve the above issue with the following modifications I converted the generated Hiptest file: [Before]
[After]
And now it seems to be working |
Hi @A45VAP8rN, Glad to see that it's working for you. The reason why the steps were not working previously is that We have provided the explanations about how to generate better steps definitions here: https://community.hiptest.com/t/handling-cucumber-js-3-with-hiptest-publisher/1199 (which may be a bit buried and hard to find :/ ) edit: in fact there's slight differences between what you made in |
Add support for WebdriverIO
The text was updated successfully, but these errors were encountered: