Cypress Har Generator Versions Save

Cypress plugin for generating HTTP Archive (HAR) files captures network requests during Cypress tests.

v5.16.4

1 year ago

5.16.4 (2023-03-14)

Bug Fixes

  • cdp: avoid throwing errors for unknown session IDs (#241) (111981b), closes #173

v5.16.3

1 year ago

5.16.3 (2023-03-07)

Bug Fixes

  • cdp: call callback after session has been associated with request (#231) (44a47e5), closes #230

v5.16.2

1 year ago

5.16.2 (2023-03-07)

Bug Fixes

  • network: prevent sending redundant commands (#229) (37365fe), closes #228

v5.16.1

1 year ago

5.16.1 (2023-02-13)

Bug Fixes

v5.16.0

1 year ago

5.16.0 (2023-02-03)

Features

  • plugin: allow controlling the time to wait for idle network (#186) (409c772), closes #185

v5.15.1

1 year ago

5.15.1 (2023-02-01)

Bug Fixes

v5.15.0

1 year ago

5.15.0 (2023-02-01)

Features

  • plugin: allow to transform entries before saving a HAR (#182) (fceeb4e), closes #174

v5.14.1

1 year ago

5.14.1 (2023-01-31)

Bug Fixes

  • cdp: enhance error handling on the target attaching failure (#179) (007a610), closes #173

v5.14.0

1 year ago

5.14.0 (2023-01-25)

Features

  • plugin: accept the RegExp | string union type in the patterns (#175) (2e0160e), closes #171

v5.13.0

1 year ago

5.13.0 (2023-01-24)

Features

  • plugin: allow filtering entries from HAR using a custom predicate (#172) (e6d9553), closes #163