Releases: Shelex/cypress-allure-plugin
Releases · Shelex/cypress-allure-plugin
v2.38.0
2.38.0 (2023-04-04)
Bug Fixes
- add parsing for testID from gherkin tags (8a4b70a)
- history id for tests failed in before all, address #200 (9ba39f3)
Features
- write results after test and process them when finished, address #201 #179 (d257fee)
v2.37.0
- support
cy.api
plugin request and response attachments, address #189
v2.36.0
2.36.0 (2023-03-14)
Bug Fixes
- unknown status for skipped test (skipped by this.skip) (#195) (02c0996)
Features
v2.35.2
2.35.2 (2023-02-06)
Bug Fixes
- check that test is defined, address comment in #188 (ed0c3ae)
v2.35.0
2.35.0 (2023-02-01)
Features
- add option to disable tracking cypress commands, address #175 (d47b582)
v2.34.1
2.34.1 (2023-01-31)
Bug Fixes
- look for requests to attach based on log content, not log name, address #174 (41f23f8)
- persist order of command logs for latest cypress, address #181 (2f34a45)
- remove skipped test from allure mapping to avoid attachments, address #173 (c8e8716)
- upgrade semantic release version (8c8ad44)
v2.34.0
2.34.0 (2022-11-03)
Bug Fixes
- properly handle skipped tests when beforeEach failed, address #158 (c11a721)
Features
- writer - use separate catch per allure entity (617e033)
v2.33.1
2.33.1 (2022-10-18)
Bug Fixes
- do not copy video to allure-results when allureAddVideoOnPass is not used (77ad96d)