-
Notifications
You must be signed in to change notification settings - Fork 26
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
Empty run time error, no assertion #13
Comments
For info, I am running MacOS High Sierra 10.13 and Node.js 8.9.1. |
Have you tried locking the version of webdriverio to 4.8.0? You might want to follow along here webdriverio/webdriverio#2429 |
Thanks for reporting the issue. This issue is fixed now. |
I'm definitely still getting this error still, though it is spurious (1 out of 5 or 6 runs). Versions: The tests pass successfully, but then this issue will cause the test runner to fail. The error out of webdriverio reads:
|
I have followed the instructions in the readme and have a couple of issues when running tests. I'm just running the single test, and can see the test successfully running and completing in the BrowserStack portal, but get a runtime error after the suite runs:
Additionally, in a subsequent run, I tried to make the test fail by putting an incorrect title in the assertion, but this had no impact on the test result, the BrowserStack portal still shows the test as passing.
I don't know if this is a webdriverio or BrowserStack issue, but there is very little documentation outside the "happy path" and have no idea how to start resolving this issue.
Any assistance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: