Skip to content

Releases: replayio/replay-cli

replayio@1.3.1

05 Jun 12:22
9a1b043
Compare
Choose a tag to compare

Patch Changes

  • #503 4954cd1 Thanks @Andarist! - Added automatic browser crash reporting to the Replay team

  • #511 bf2c72d Thanks @hbenl! - Handle unexpected ordering of recording log entries

  • #508 e0ce74f Thanks @hbenl! - Fixed a potential data corruption issue related to the recordings.log updates

  • #509 45d5067 Thanks @hbenl! - Change replayio remove --all to also remove empty recordings

replayio@1.3.0

04 Jun 16:51
a6d7ddc
Compare
Choose a tag to compare

Minor Changes

  • #505 631352b Thanks @bvaughn! - For recordings of e2e tests, the test name will be shown as the recording title

Patch Changes

  • #491 a243633 Thanks @Andarist! - Improved the way recordings.log gets processed. It should fix parsing issues when the log contains strings with }{ inside them.

  • #500 1740c99 Thanks @Andarist! - The launched browser will now get correctly closed on Ctrl+C when recording

@replayio/playwright@3.0.2

04 Jun 16:51
a6d7ddc
Compare
Choose a tag to compare

Patch Changes

  • #501 e7c637c Thanks @Andarist! - Make RECORD_REPLAY_ENABLE_ASSERTS environment forwardable to the browser process

  • #502 9122af4 Thanks @Andarist! - Added a warning when the reporter gets used without the Replay browser

@replayio/cypress@2.1.2

04 Jun 16:51
a6d7ddc
Compare
Choose a tag to compare

Patch Changes

  • #501 e7c637c Thanks @Andarist! - Make RECORD_REPLAY_ENABLE_ASSERTS environment forwardable to the browser process

replayio@1.2.0

28 May 16:43
ae5291c
Compare
Choose a tag to compare

Minor Changes

  • #496 52646e3 Thanks @bvaughn! - Require Replay browser to exit before creating a new recording.

Patch Changes

  • #492 b3c797a Thanks @Andarist! - Assets (like source maps) still referenced by other recordings won't be removed prematurely when removing a recording