webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

Fixes empty Assertion block due to AssertionError #71

Closed ArminazK closed 2 years ago

ArminazK commented 2 years ago

Chaijs test error is of type 'AssertionError' which is not a regular object and cannot be used same as regular 'Error'. This fix is to display chaijs errors in HTML report. Also fixes https://github.com/rpii/wdio-html-reporter/issues/66 (AssertionError formating).

rpii commented 2 years ago

thanks