You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/time-travel.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ import Admonition from "@theme/Admonition";
8
8
9
9
The Time Travel mode is a new Testplane UI tool that allows you to observe test execution in real-time, as well as record and replay the test's progress.
10
10
11
-
- Time Travel records snapshots of the DOM tree—not screenshots or videos, but the actual DOM structure
11
+
- Time Travel records snapshots of the DOM tree, not screenshots or videos, but the actual DOM structure
12
12
- The average snapshot size is about 200KB thanks to compression and an incremental recording algorithm
13
13
- The entire functionality is available both within the GUI and in a static report generated from any CI
0 commit comments