Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

16 lines (16 loc) · 1.22 KB
  • bug fixes ** fixed null pointer issue in getDescription method that was causing the cucumber output to go silent, due to .trim() being called on an undefined object.
  • bug fixes ** changed cucumber-js report to summary format as it removed the need for array.pop to remove the progress dots which sometimes removed the entire output"
  • bug fixes ** updated adapter so that karma.complete is called even their are no feature files
  • updated readme to on how to correctly configure karma-cucumber-js in karma.conf.js
  • bug fixes: ** updated adapter so that it checked if no step files existed so that cucumber can let you know what step files are needed to be created
  • intial commit of karma-cucumber-js-latest