AFFiNE/tests/affine-legacy/0.7.0-canary.18
Yifeng Wang af15aa06d4
feat: bump blocksuite (#5286)
Co-authored-by: donteatfriedrice <huisheng.chen7788@outlook.com>
2023-12-15 12:57:52 +08: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 (#5286) 2023-12-15 12:57:52 +08: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 refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +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.