Skip to content

v8.32.2

Choose a tag to compare

@shadowusr shadowusr released this 15 Oct 12:32
· 226 commits to master since this release

This release contains important fixes of Time Travel performance and --last-failed-only option.

🐛 Bug fixes

  • We drastically reduced amount of queries to a browser driver sent by Time Travel feature. Before, you may have noticed delays when using Time Travel feature with remote grids, now that was fixed. We also eliminated all session not found errors that could appear in the end of the test when Time Travel was on.

  • The --last-failed-only=true option before this release launched all tests if the list of failed tests in failed.json was empty. However, this was incorrect, because in our docs it's clearly said that only tests listed in failed.json will be launched. We now fixed this and if failed.json is empty, testplane will successfully exit without running any tests.