Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guides/time-travel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The Time Travel mode is a new Testplane UI tool that allows you to observe test
1. Install the alpha versions of `testplane` and `html-reporter`:

```shell
npm i -D [email protected]-alpha.1 [email protected]-alpha.1
npm i -D [email protected] [email protected]
```

2. Enable snapshot recording in the Testplane config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Admonition from "@theme/Admonition";
1. Необходимо установить alpha-версии `testplane` и `html-reporter`:

```shell
npm i -D [email protected]-alpha.1 [email protected]-alpha.1
npm i -D [email protected] [email protected]
```

2. Включить запись снапшотов в конфиге testplane:
Expand Down