Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.79 KB

changes.md

File metadata and controls

49 lines (34 loc) · 1.79 KB

Changelog:

7.8.4:
    Feature: [add logic to show/hide failed/passed tests #69])(https://github.com/rpii/wdio-html-reporter/pull/69)
7.8.3:
    Bugfix: [Fix logic for 'expandable-control' elements 'click' event #6])(https://github.com/rpii/wdio-html-reporter/pull/68)

7.8.1:
    Cleanup: update dependencies, remove cucumber warning 
    Add note on how to resolve the multiple types ts error
7.8.0:
    Changes:  changes in webdriverio reporting broke the cucumber support.
               handlebars is not capable of supporting the recursion needed to 
               render a suite that contains suites.
               Had to switch to numjucks to have cucumber work.
               As a result you can no longer supply your own template file.
               Cucumber has nested suites in suites and duplicated data.
               Had to work around that.
7.7.15:
    Bugfix: remove @wdio/types  
7.7.14:
    Bugfix: catch json write error  

 7.7.13:

    Bugfix: update to webdriverio 7.7.6, fix compile fail  

    Bugfix: webdriverio 7.7.4 event structure was changed, update to match. caused assertion display to fail  

    Bugfix: fix file case error in copyFiles  

    Bugfix: cleanup async behaviour of createReport    

    Bugfix: fix start time setting
    
    Totally rewritten in typescript.
    
    No more jquery, uses only vanilla js

    No more moment.js dependency

    use 'html-nice' for reporter definition
    
    Removed need for global scope reportAggregator in client code

    Add collapseTests and collapseSuites options,default to false

    sort suites by time order
    
    display spec file in suite header