mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 10:21:37 +03:00
13 lines
412 B
Markdown
13 lines
412 B
Markdown
|
# AFFiNE Legacy 0.6.1-beta.1
|
||
|
|
||
|
This package is used to record legacy data of 0.6.1-beta.1.
|
||
|
Run following commands locally to record data to `tests/fixtures/legacy/0.6.1-beta.1`.
|
||
|
|
||
|
```sh
|
||
|
cd tests/affine-legacy/0.6.1-beta.1
|
||
|
yarn run unzip
|
||
|
yarn run e2e
|
||
|
```
|
||
|
|
||
|
If you want to debug, running `yarn run e2e --ui` is ok. Or using https://marketplace.visualstudio.com/items?itemName=ms-playwright.playwright is more better.
|