v8.32.2
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 founderrors that could appear in the end of the test when Time Travel was on. -
The
--last-failed-only=trueoption before this release launched all tests if the list of failed tests infailed.jsonwas empty. However, this was incorrect, because in our docs it's clearly said that only tests listed infailed.jsonwill be launched. We now fixed this and iffailed.jsonis empty, testplane will successfully exit without running any tests.