- Accidently broke I.saveScreenshot calls saving to report, with the metaStep addition in 1.0.13. This fix allows both metaStep screenshot calls and the native codecept I.saveScreenshot to work with the report.
- Update after step hook to check metaStep for saveScreenshot call. PR #11
- Fix for background usage in codecept v3.4.1 PR #10
- More fixes for Codeceptjs >= 3.4.0
- Fix reporter to work with Codeceptjs 3.4.0 Cucumber update
- Fix Scenario Outline containing header cell string PR #9
- Capture descriptions written at the Scenario / Scenario Outline Level PR #6
- Fix to address multiple example tables in scenario outlines PR #5
- Addition of step timing/duration added PR #4
- Enhancing output to include actual example variable values PR #3
- Addition of screenshotOnFail functionality (PR made to codeceptjs repo to in relation to this change) PR #2888
- Addition of uniqueFileName (for parallel runs)
- Removal of base64 dependency
- Fix feature parsing when background isn't present
- Remove unnecessary files from npm package
- Initial release