-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels