Skip to content
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

Open
danderson00 opened this issue Nov 10, 2017 · 4 comments
Open

Empty run time error, no assertion #13

danderson00 opened this issue Nov 10, 2017 · 4 comments

Comments

@danderson00
Copy link

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:

Error
    at new RuntimeError (/Users/dale/Projects/webdriverio-browserstack/node_modules/webdriverio/build/lib/utils/ErrorHandler.js:144:12)
    at Request._callback (/Users/dale/Projects/webdriverio-browserstack/node_modules/webdriverio/build/lib/utils/RequestHandler.js:313:39)
    at Request.self.callback (/Users/dale/Projects/webdriverio-browserstack/node_modules/request/request.js:186:22)
    at emitTwo (events.js:126:13)
    at Request.emit (events.js:214:7)
    at Request.<anonymous> (/Users/dale/Projects/webdriverio-browserstack/node_modules/request/request.js:1163:10)
    at emitOne (events.js:116:13)
    at Request.emit (events.js:211:7)
    at IncomingMessage.<anonymous> (/Users/dale/Projects/webdriverio-browserstack/node_modules/request/request.js:1085:12)
    at Object.onceWrapper (events.js:313:30)

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!

@danderson00
Copy link
Author

For info, I am running MacOS High Sierra 10.13 and Node.js 8.9.1.

@hrmoller
Copy link

hrmoller commented Nov 10, 2017

Have you tried locking the version of webdriverio to 4.8.0?

You might want to follow along here webdriverio/webdriverio#2429

@mjawa
Copy link

mjawa commented Nov 11, 2017

Thanks for reporting the issue. This issue is fixed now.

@parris
Copy link

parris commented Feb 2, 2018

I'm definitely still getting this error still, though it is spurious (1 out of 5 or 6 runs).

Versions:
webdriver - 4.10.1
wdio-browserstack-service - 0.1.14
wdio-mocha-framework - 0.5.12
browserstack-local - 1.3.0

The tests pass successfully, but then this issue will cause the test runner to fail.

The error out of webdriverio reads:

ERROR: Session not started or terminated

    at new RuntimeError (/Users/parris/projects/brigade-web/packages/endtoend/node_modules/webdriverio/build/lib/utils/ErrorHandler.js:144:12)
    at Request._callback (/Users/parris/projects/brigade-web/packages/endtoend/node_modules/webdriverio/build/lib/utils/RequestHandler.js:313:39)
    at Request.self.callback (/Users/parris/projects/brigade-web/packages/endtoend/node_modules/request/request.js:186:22)
    at emitTwo (events.js:106:13)
    at Request.emit (events.js:194:7)
    at Request.<anonymous> (/Users/parris/projects/brigade-web/packages/endtoend/node_modules/request/request.js:1163:10)
    at emitOne (events.js:96:13)
    at Request.emit (events.js:191:7)
    at IncomingMessage.<anonymous> (/Users/parris/projects/brigade-web/packages/endtoend/node_modules/request/request.js:1085:12)
    at Object.onceWrapper (events.js:293:19)
    at emitNone (events.js:91:20)
    at IncomingMessage.emit (events.js:188:7)
    at endReadableNT (_stream_readable.js:975:12)
    at _combinedTickCallback (internal/process/next_tick.js:80:11)
    at process._tickDomainCallback (internal/process/next_tick.js:128:9)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants