AFFiNE/tests/affine-legacy/0.8.0-canary.7/README.md

13 lines
420 B
Markdown
Raw Normal View History

2023-08-03 02:50:10 +03:00
# AFFiNE Legacy 0.8.0-canary.7
This package is used to record legacy data of 0.8.0-canary.7.
Run following commands locally to record data to `tests/fixtures/legacy/0.8.0-canary.7`.
```sh
cd tests/affine-legacy/0.8.0-canary.7
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.