Skip to content

v3.2.4

Compare
Choose a tag to compare
@corevo corevo released this 21 Aug 13:16
· 963 commits to master since this release
45e1b13

Notable Changes

  • Step into button will enter debugger mode, allowing you to go step by step through control flow.

Fixes

  • Pulled fixes from SideeX for recording, specifically around the recording of type.
  • Migrated DOMNodeInserted to MutationObserver (thanks @grese).
  • Fixed an issue preventing control flow commands from working before opening a url.
  • Added an error when trying to execute a project with no suites in the runner.
  • Fixed a bug where store commands would hang playback if no variable name was given.
  • Fixed a bug where end commands wouldn't be colored green post execution.