Releases: NeuraLegion/cypress-har-generator
Releases · NeuraLegion/cypress-har-generator
v5.14.0
5.14.0 (2023-01-25)
Features
- plugin: accept the
RegExp | string
union type in the patterns (#175) (2e0160e), closes #171
v5.13.0
5.13.0 (2023-01-24)
Features
- plugin: allow filtering entries from HAR using a custom predicate (#172) (e6d9553), closes #163
v5.12.2
5.12.2 (2023-01-18)
Bug Fixes
- avoid importing all helper classes into
commands.ts
(#168) (625374d), closes #167
v5.12.1
5.12.1 (2023-01-17)
Bug Fixes
- network: remove square brackets from IPv6 address (#160) (aa586d8), closes #159
v5.12.0
5.12.0 (2023-01-17)
Features
- network: allow to capture the server-sent events (#157) (5a7a7ba), closes #154
v5.11.2
5.11.2 (2023-01-17)
Bug Fixes
- cdp: attach to the browser session in the beginning (#156) (aa86193), closes #155
v5.10.0
5.10.0 (2023-01-15)
Features
- plugin: provide a convenience mechanism to set up lifecycle (#150) (1c7f53b), closes #30
v5.9.0
5.9.0 (2023-01-13)
Features
- plugin: wait for all requests before saving the HAR file (#148) (c5954b8), closes #147