AFFiNE/tests/affine-legacy/0.7.0-canary.18
2024-07-08 15:04:37 +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 fix(native): async fn compile error (#7435) 2024-07-08 15:04:37 +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.