hubidu / bifrost-io

Create awesome E2E Reports. For codeceptjs and others.
6 stars 4 forks source link

ERROR in _failed(test) hook: TypeError: Cannot read property 'browser' of undefined #3

Closed lukasf98 closed 6 years ago

lukasf98 commented 6 years ago

I get the following error when I try to start tests in puppeteer:

ERROR in _failed(test) hook:  TypeError: Cannot read property 'browser' of undefined
    at BifrostIOHelper._getBrowser (C:\Users\user\Documents\unfall.uitestswebsitedesktop\node_modules\bifrost-io\codeceptjs\dashboard_helper.js:55:40)
    at BifrostIOHelper._failed (C:\Users\user\Documents\unfall.uitestswebsitedesktop\node_modules\bifrost-io\codeceptjs\dashboard_helper.js:177:28)
    at recorder.add (C:\Users\user\Documents\unfall.uitestswebsitedesktop\node_modules\codeceptjs\lib\listener\helpers.js:21:69)
    at <anonymous>
hubidu commented 6 years ago

Currently only the WebDriverIO helper is supported. However there should definitely be a better error message.