- Fixed: Time showning NaN with protractor six
- Revert to 1.3.3 state
- Fixed: Time showning NaN with protractor six
- Fixed: browser version was missing in report
- Added: Options for showing total duration in report
- Fixed: OS column in report is empty (with browsers other than chrome)
- Removed: Unused code for jasmine 1 (defaultMetadataBuilder)
- Fixed: Template files could not be loaded because of CORS violation when run from filesystem
- Fixed: Navigation in screenshot dialog jumped to non-existing images
- Added: Keyboard navigation in screenshot dialog with left/right arrow keys
- Added: Specific css class for report columns
- Changed: Screenshot dialogs bigger for bigger screens (added css media queries)
- Added option for disabling all screenshots
- Added favico (from angulars) to report page
- Hardend: Continue test when screenshot fails. Especially when 'target window already closed' occurs.
- Fixed: Handling of 'excluded' status with protractor 6.0.0 (but protractor still not working correctly with duration)
- Values for coloring time column now customizable
- Fixed: TypeError: Cannot set property 'searchSettings' of undefined
- Fixed: Reporter not working in Internet Explorer
- Improved: Minds newlines in messages with callstacks
- Optional: Load test results via ajax instead of patching app.js
- Fixed: Shows only first "except" failure even if there were more than one
- Fixed: Tooltips in top bargraph did not show up on mousehover
- Fixed: Small numbers in top bargraph where clipped if the perecentage was too low
- Customize default search settings
- Customize default column settings
- All buttons should now work
- Warning sign now should be visible
- Progress bar counter should be working as well
- Updated outdated and vulnerable JQuery and Angular dependencies.
- Removed loading JS from external source (button.js) to improve security. Now it's under assets.
- Updated HTML, JS and CSS to be more compatible with strict content-security-policy. (e.g. Jenkins default CSP now only requires a more reasonable change)
- Improved look of generated report
- Improved speed
- Fixed issue with status bar on IE
- Grouping tests per browser in sharded runs
- Added Github link
- Compiled app to ES5
- Added option to skip disabled specs
- Fix for missing glyph-icons
- Fix for missing css caused by cross-origin
- Bundled assets into report
- Added option to change sort function
- Fixed last spec not being saved
- Fixed pending specs not being saved
- Saving timestamp of test cases
- Fixed docTitle option
- Fixed cssOverrideFile option
- Fixed issue with undefined describe
- Fixed performance issue and stability. PR by yjaaidi
- Added test sorting for sharded runs
- Updated CSS link
- Added CSS file to the repo for later use
- Fixed issue with errors in logs because of missing images
- Fixed gatherBrowserLogs option definition
- Better error handling for Jasmine 2
- Improved displaying of spec names
- Fixed issue where last pending test case was not added to report
- Fixed crash on gathering Logs from Browsers other than Chrome
- Added optional parameter gatherBrowserLogs
- Improved speed of tests (tries to take screenshot only when needed)
- Fixed displaying of Duration time
- Made all disabled test cases to be included in report as Pending
- Fixed issue where last test case was not added to report due error in browser's log gathering (fix for Jasmine 2, in Jasmine 1 issue still exists)
- Fixed gathering of duration for Non-Typescript users
- Added coloring for duration that is longer than 14 and 29 seconds
- Added missing function call for counting log entries
- Disabled sym-link for enterprise users
- Added counting browser log entries
- Added displaying separate counts for SEVERE and WARNING log per each test case
- Added Duration column for test cases (Jasmine2 only)
- Replaced MORE OPTIONS button with separate button for each column
- Improved readability of test cases
- Added numbers of passed/failed/pending test cases to chart
- Added Toggle Button to for Suspected Line Highlight
- Improved Suspected Line Highlight in Stack Trace
- Improved Suspected Line Highlight in Stack Trace
- Replaced old Examples with new ones
- Added support for multiline Browser Logs
- Fixed label formatting for Warning Log
- Fixed label formatting for Default Log
- Fixed critical bug with storing Browser's Log
- Added storing Browser's Logs
- Added filter for displaying Test Cases that contain Browser Logs
- Replaced text statuses with icons
- Replaced text buttons of Stack Trace and Browser's Log with icons
- Changed color of Suspected Lines in Stack Trace
- Improved table sizing
- Added optional screenshotsSubfolder and jsonsSubfolder
- Moved suspectedLine logic to Frontend
- Added missing suspectedLine to Jasmine2
## Version 0.2.0
- Stack Trace (added suspected line highlight)
- Added Prev/Next buttons for Screenshots
- Fuzzy Search
- Filters (can display only Passed/Failed/Pending)
- Inline Screenshots
- Details (Browser/Session ID/OS)
## Version 0.0.1
- Initial release