Releases: WasiqB/multiple-cucumber-html-reporter
Release 1.20.1
This release contains a lot of work from Federico Buti, thanks for that my friend 🎉 !
This fixes
- "Allow to have custom descriptions" #179
- "Donut charts do not pick color customization" #176
- "Invalid characters being reported" #46
Contains:
- Merge pull request #180 from BaCaRoZzo/issue#179 (c264bc4)
- Merge branch 'main' into issue#179 (a6b029e)
- Merge pull request #178 from BaCaRoZzo/issue#176 (3d0425e)
- Merge pull request #177 from BaCaRoZzo/issue#46 (2f583a5)
- Improve documentation on CSS variable usage (b8583c1)
- Improve new flag documentation (42050a4)
- Change parameters handling for parameters default to false (3cda95b)
- Drop now unused "js-base64" dependency (c8b3b98)
- Drop base64 encoding on html mimetype (bdbcc54)
- Document new vanilla description option and add it to the tests (6db6ff7)
- Add option to have plain description in cucumber template (d956aab)
- Minor readme change to point user to test folder for style customizations (3c51ccf)
- Add custom donut charts colors on CSS (a130b27)
- Add colors fetching function and use it with donuts (e6190c1)
- Style/warning fixes (25d96e4)
- Remove base64 encoding for text/plain mimetype (950b31c)
- Fix feature property naming (3ce8ab3)
- Fix CSS component naming (1a2769c)
Release 1.20.0
This release fixes #170, thanks to Federico Buti
Contains:
- Merge pull request #173 from wswebcreation/dependabot/npm_and_yarn/moment-2.29.2 (d4ccc58)
- Merge pull request #174 from wswebcreation/dependabot/npm_and_yarn/minimist-1.2.6 (23d180a)
- Merge pull request #171 from BaCaRoZzo/issue#170 (c08b740)
- chore(deps): bump minimist from 1.2.5 to 1.2.6 (0e990ed)
- chore(deps): bump moment from 2.29.1 to 2.29.2 (435dcb3)
- Mention custom metadata behaviour in readme and fix typos (d1b84f8)
- Ensure custom metadata is overwritten only if not set already (fa620c8)
- chore: fix deps (0f39374)
Release 1.19.0
This release contains:
-
Merge pull request #166 from Baskercarrer/main (6522188)
This will add the feature name and path to the feature page, see below
Huge thanks goes to bhaslamb -
Merge pull request #165 from bhaslamb/headless_fix (c0e5a52)
Adds a headless icon
adds a filter on the feature page
Huge thanks goes to bhaslamb
Release 1.18.3
Release 1.18.2
Contains:
- Merge pull request #158 from wswebcreation/feat/add-gh-workflow (4bffc09)
- Merge pull request #155 from pazaan/pazaan/escapeRestWireData (5926fac)
- Merge pull request #152 from MaxManthey/fix/scenario-tags-failed-tests-fix (9e377a1)
- Merge branch 'master' into fix/scenario-tags-failed-tests-fix (8042eff)
- Merge pull request #147 from MaxManthey/master (e1ba4cf)
- Update templates/components/features-overview.tmpl (dda4dcb)
- Update templates/components/features-overview.tmpl (58aa738)
- feat: add gh-workflow (958d6a0)
- More aggresive
_escapeHtml
, and escaperestWireData
(be0ce8c) - implemented fixes (cf24652)
- Merge pull request #144 from kontownik/patch-1 (b9bca5b)
- replaced for loops (be8b696)
- added all feature tags to table for searching purposes (0e846b4)
- Fix for #143 (2fbf536)
Committers:
New features
This PR adds the following functionality:
- "Display the date and time at which the JSON-files were generated", see PR 131. Check the docs here on how to use it. Thanks to Henri d'Orgeval
- "Hide the metadata if you don't need it". Check the dos here on how to use it. It will hide the Devicetype, Device, OS, App, Browser column in the feature overview and not show the metadata column on the scenario page
See the below screenshots for the extra Date
column and the metadata that is now being shown
Contains:
- Merge pull request #133 from wswebcreation/feat/add-hide-metadata f4e906e
- feat: add hideMetadata 32b0c2d
- Merge pull request #131 from hdorgeval/master 9bae95e
- docs(readme): add documentation on displayReportTime option 199136e
- test(reporter): add tests for displayReportTime option 38b39b7
- feat(reporter): add displayReportTime option 0febdcd
- chore(git): do not track package files da93b49
- chore(vscode): be able to debug test files 9a0c64b
- Update stale.yml 4e98313
Add support for background and feature hooks
This PR will add support for Background scenario's and feature hooks
Contains:
Fix Edge icon detection
This PR fixes the icon detection for MSEdge, thanks to Bart Steensma
Contains:
Fix
Bug fix
This release contains a fix to only replace html characters if passed in string is actually a string, see #116, thanks to Vincent Barresi
Contains: