eugene-sea / karma-cucumber-js

Karma adapter for running Cucumber.js features
10 stars 4 forks source link

Added error message to error reported by failing tests #17

Closed jfstephe closed 7 years ago

jfstephe commented 7 years ago

Fixes #15.

Aside: I generated the js source by running 'tsc' in the root, but this didn't regenerate the src/adapter.js file. As a result I changed the necessary lines manually. I know this isn't ideal but I didn't know what else to do. I've raised issue #16 to cover this.