Releases: gemini-testing/html-reporter
Releases Β· gemini-testing/html-reporter
v9.3.1
π Bug fixes
- remove unused dependencies: micromatch, resolve, semver, shelljs
- move packages used in static bundle from deps to devDeps: immer, react-hotkeys, react-html-parser, react-markdown, reduce-reducers, reselect, web-vitals
v9.3.0
π Improvements
- replaced AsyncEmitter from gemini-core with EventEmitter2
- added REPORT_SAVED event which gets fired once all report files are done saving
v9.2.2
π Bug fixes
- move reapop package to devDependencies to fix freeze on install when using npm@8
- fix incorrect page screenshot URL on test error
v9.2.1
π Bug fixes
- delete deprecated reapop-theme-wybo package which conflict with reapop on npm@8
v9.2.0
π Improvements
- added ability to group tests by keys from meta info of tests
- added ability to mark matched results on selected group
How it looks like:
v9.1.1
π Improvements
Added the TEST_SCREENSHOTS_SAVED
event which gets emitted once test's screenshots have been saved. Useful if you need to wait until screenshots are saved on the filesystem or S3 storage.
v9.0.0
π Improvements
- added new modes to view image diffs:
switch
, swipe
and onion skin
;
- added image sizes to diff modes:
3-up
and 3-up scaled
;
- improved display of screenshots in 3-up scaled mode.
How it looks like now:
π£ Breaking changes
- removed
scaleImages
option from config
v8.0.2
π Bug fixes
- Fixed copying of a link to a skipped test, an error occurred earlier.
v8.0.1
π Bug fixes
- fix problem with endlessly restarting tests in gui mode. The problem was in route
/run
which waits for completion all tests. As a result the response hang and browser restarts request by timeout.
v8.0.0
π Bug fixes
- update better-sqlite package to support Node 16
π£ Breaking changes