AFFiNE/tests/affine-legacy/0.7.0-canary.18
Flrande 814d552be8
feat: bump blocksuite and fix bug in migration (#4653)
Co-authored-by: JimmFly <yangjinfei001@gmail.com>
2023-10-18 14:45:07 +00:00
..
e2e refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
.gitignore ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
package.json feat: bump blocksuite and fix bug in migration (#4653) 2023-10-18 14:45:07 +00:00
playwright.config.ts refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
README.md refactor(infra): record legacy data to improve testing stability (#4590) 2023-10-13 03:03:42 +00:00
static.zip ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
tsconfig.json test: improve data migration suite (#4124) 2023-09-02 03:31:07 +00:00

AFFiNE Legacy 0.7.0-canary.18

This package is used to record legacy data of 0.7.0-canary.18. Run following commands locally to record data to tests/fixtures/legacy/0.7.0-canary.18.

cd tests/affine-legacy/0.7.0-canary.18
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.