Skip to content

Releases: Shelex/cypress-allure-plugin

v2.38.0

04 Apr 23:19
Compare
Choose a tag to compare

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

20 Mar 18:42
Compare
Choose a tag to compare
  • support cy.api plugin request and response attachments, address #189

v2.36.0

14 Mar 19:00
Compare
Choose a tag to compare

2.36.0 (2023-03-14)

Bug Fixes

  • unknown status for skipped test (skipped by this.skip) (#195) (02c0996)

Features

v2.35.2

06 Feb 10:47
Compare
Choose a tag to compare

2.35.2 (2023-02-06)

Bug Fixes

  • check that test is defined, address comment in #188 (ed0c3ae)

v2.35.1

05 Feb 23:00
Compare
Choose a tag to compare

2.35.1 (2023-02-05)

Bug Fixes

v2.35.0

01 Feb 18:52
Compare
Choose a tag to compare

2.35.0 (2023-02-01)

Features

  • add option to disable tracking cypress commands, address #175 (d47b582)

v2.34.1

31 Jan 16:36
Compare
Choose a tag to compare

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

03 Nov 22:46
Compare
Choose a tag to compare

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.2

02 Nov 21:58
Compare
Choose a tag to compare

2.33.2 (2022-11-02)

Bug Fixes

  • Refactored writeInfoFile method (0888169), closes #170

v2.33.1

18 Oct 14:40
Compare
Choose a tag to compare

2.33.1 (2022-10-18)

Bug Fixes

  • do not copy video to allure-results when allureAddVideoOnPass is not used (77ad96d)