Releases: Shelex/cypress-allure-plugin
Releases · Shelex/cypress-allure-plugin
v2.8.3
2.8.3 (2021-06-25)
Bug Fixes
v2.8.2
2.8.2 (2021-06-17)
Bug Fixes
- handle test start-pending order for skipped tests, address #77 (bd24ea4)
v2.8.1
2.8.1 (2021-06-17)
Bug Fixes
- no executable for hooks when test is skipped, address #77 (4f8105e)
v2.8.0
2.8.0 (2021-06-14)
Features
v2.7.0
2.7.0 (2021-06-14)
Features
v2.6.0
2.6.0 (2021-06-04)
Features
- test name overwrite (#73) (68c5c0f)
- improve docs for passing --env arguments
Fixes
- fix skipped tests handling by adding workaround into plugin and skipping empty hooks for pre-conditions, address #65
v2.5.1
2.5.1 (2021-04-26)
Bug Fixes
- replace crypto with crypto-js for Angular apps (#67) (558d1a0)
v2.5.0
2.5.0 (2021-04-09)
Features
- support links tag for cucumber, address #64 ([e030984]
(e030984))
- remove testDescription,testDescriptionHtml as they relate only to test anyway
- add parentSuite,subSuite as commands
- make allure plugin config mutable during test to specify it when needed, for example disable allureLogCypress for passwords or sensitive data
- fix issue when parameter was attached to test only
v2.4.0
2.4.0 (2021-03-31)
Features
- allure label storage for delayed label assign,address #58 (#62) (2b3b27e)
v2.3.7
2.3.7 (2021-03-22)
Bug Fixes